Skip to content

Commit

Permalink
Pin importlib-metadata in CI (Qiskit#689)
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 3, 2022
1 parent 5b50f3f commit 4f27ce5
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 +1,2 @@
decorator==4.4.2
importlib-metadata==4.13.0;python_version<'3.8'

0 comments on commit 4f27ce5

Please sign in to comment.