Skip to content

Commit

Permalink
Pin importlib-metadata in CI (#22)
Browse files Browse the repository at this point in the history
The recent release of importlib-metadata broke compatibility with
stevedore on Python 3.7. Stevedore is a dependency of a dependency
of stestr which we use for running tests in CI so this is blocking CI
from working and tests from running locally with Python 3.7. This
commit pins the importlib-metadata version in CI to unblock things.
  • Loading branch information
mtreinish authored Oct 4, 2022
1 parent d9015f3 commit 0b2e529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pylint==2.4.4
astroid==2.3.3
importlib-metadata==4.13.0;python_version<'3.8'

0 comments on commit 0b2e529

Please sign in to comment.