Skip to content

Commit

Permalink
Pin importlib-metadata in CI
Browse files Browse the repository at this point in the history
The recent release of importlib-metadata has broken an interface that
stevedore uses when looking for entrypoints (see
python/importlib_metadata#348 ). Several of
our test/ci dependecies use stevedore for their plugin interfaces
including stestr which is causing CI failures. To unblock CI this commit
pins the importlib metadata version in our constraints file while the
upstream issue is resolved.
  • Loading branch information
mtreinish committed Aug 29, 2021
1 parent 75e06dc commit caffed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constraints.txt
Expand Up @@ -4,3 +4,4 @@ decorator==4.4.2
jax==0.2.13
jaxlib==0.1.67
networkx==2.5
importlib-metadata==4.7.1

0 comments on commit caffed5

Please sign in to comment.