Skip to content

Commit

Permalink
constrain pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed May 6, 2024
1 parent e840035 commit 1b92fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements/testing.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
coverage
dirty-equals
pytest
# avoid https://github.com/pytest-dev/pytest/issues/11904, I would see an obvious problem/solution but if failed on CI
pytest<8
pytest-mock
pytest-pretty
pytest-timeout
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pluggy==1.5.0
# via pytest
pygments==2.18.0
# via rich
pytest==8.2.0
pytest==7.4.4
# via
# -r requirements/testing.in
# pytest-mock
Expand Down

0 comments on commit 1b92fc0

Please sign in to comment.