Skip to content

Commit

Permalink
temporarily prohibit pytest 8.2.0 in order to fix CI (#6823)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Apr 29, 2024
1 parent 14d5fa0 commit 3056234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -70,7 +70,7 @@ dev = [
"pytest-cov>=5.0.0,<5.1",
"pytest-timeout>=2.3.1,<2.4",
"pytest-xdist>=3.5.0,<3.7",
"pytest>=8.1.1,<9",
"pytest>=8.1.1,<9,!=8.2.0",
"requests>=2.9.1,<3",
"tox>=3.5,<5",
"wheel>=0.36.2,<0.44",
Expand Down

0 comments on commit 3056234

Please sign in to comment.