Skip to content

Commit

Permalink
limit pytest version to <8.1 (#10334)
Browse files Browse the repository at this point in the history
Change in pytest==8.1.0 breaks `flaky` plugin.

See box/flaky#198.
  • Loading branch information
skshetry authored Mar 4, 2024
1 parent 257ea5f commit bc95b65
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 @@ -103,7 +103,7 @@ tests = [
"dvc-ssh",
"filelock",
"flaky",
"pytest>=7,<9",
"pytest>=7,<8.1",
"pytest-cov>=4.1.0",
"pytest-docker>=1,<4",
"pytest-mock",
Expand Down

0 comments on commit bc95b65

Please sign in to comment.