Skip to content

Commit

Permalink
Add version constraint for stestr
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Sep 18, 2023
1 parent 2a2a183 commit b6c1817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
if: runner.os == 'Linux'
- name: 'Build rustworkx and test dependencies'
run: |
pip install -c constraints.txt -U '.[mpl,graphviz]' fixtures testtools>=2.5.0 networkx>=2.5 stestr
pip install -c constraints.txt -U '.[mpl,graphviz]' fixtures testtools>=2.5.0 networkx>=2.5 stestr>=4.1
- name: 'Build retworkx'
env:
RUSTWORKX_PKG_NAME: "retworkx"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deps =
testtools>=2.5.0
networkx>=2.5
scipy>=1.7
stestr
stestr>=4.1
extras =
mpl
graphviz
Expand Down

0 comments on commit b6c1817

Please sign in to comment.