Skip to content

Commit

Permalink
Pin pytest to <8
Browse files Browse the repository at this point in the history
There are breaking changes in pytest 8.0.0 that are not yet compatible
with pytest-cases fixtures: smarie/python-pytest-cases#330
  • Loading branch information
nhuet authored and ducoffeM committed Feb 5, 2024
1 parent 0dacc7e commit 2fa82a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platform = linux: linux
macos: darwin
win: win32
deps =
pytest
pytest<8
pytest-cases
py39-linux-tf: pytest-cov
tf: tensorflow>=2.15 # backend for keras 3
Expand Down

0 comments on commit 2fa82a5

Please sign in to comment.