Skip to content

Commit

Permalink
Enforce pytest 7
Browse files Browse the repository at this point in the history
Pytest 8 is not yet stable
  • Loading branch information
blink1073 authored Feb 25, 2024
1 parent c5bbb00 commit 2b43f21
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 @@ -77,7 +77,7 @@ test = [
"sphinxcontrib_spelling",
"requests_mock",
"ruamel.yaml",
"pytest>=7.0",
"pytest>=7.0<8",
"pytest-console-scripts",
"pytest-cov",
"pytest-timeout",
Expand Down

0 comments on commit 2b43f21

Please sign in to comment.