Skip to content

Commit

Permalink
Workaround pytest-lazy-fixture incompatibility (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 30, 2024
1 parent 0556dd6 commit 29ad48f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
)
EXTRAS_REQUIRE = {
"tests": [
"pytest",
# TODO: Remove pin when https://github.com/TvoroG/pytest-lazy-fixture/issues/65 is resolved
"pytest<8",
"pytest-lazy-fixture>=0.6.2",
],
"lint": [
Expand Down

0 comments on commit 29ad48f

Please sign in to comment.