Skip to content

Commit

Permalink
Limited pytest to 7.x
Browse files Browse the repository at this point in the history
The pytest-lazy-fixture extension does not yet work with pytest 8.
  • Loading branch information
agronholm committed Jan 31, 2024
1 parent f3919c1 commit 9c716ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test = [
"pymongo >= 4",
"pymysql[rsa]",
"PySide6 >= 6.6; python_implementation == 'CPython'",
"pytest >= 7.4.0",
"pytest ~= 7.4",
"pytest-lazy-fixture",
"pytest-mock",
"time-machine >= 2.13.0; python_implementation == 'CPython'",
Expand Down

0 comments on commit 9c716ed

Please sign in to comment.