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 c29bd52 commit a05cecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constraints.txt
@@ -1 +1,2 @@
decorator==4.4.2
importlib-metadata==4.7.1

0 comments on commit a05cecf

Please sign in to comment.