We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361a2b8 commit fe6afe1Copy full SHA for fe6afe1
pyproject.toml
@@ -96,7 +96,7 @@ test-min = [
96
# Base test dependencies
97
"astroid==4.0.1", # Pinned to a specific version for tests
98
"py~=1.11.0",
99
- "pytest~=8.4",
+ "pytest>=8.4,<10",
100
"pytest-benchmark~=5.1",
101
"pytest-timeout~=2.4",
102
"requests",
requirements_test_min.txt
@@ -3,7 +3,7 @@
3
astroid==4.0.2 # Pinned to a specific version for tests
4
typing-extensions~=4.15
5
py~=1.11.0
6
-pytest~=8.4
+pytest>=8.4,<10.0
7
pytest-benchmark~=5.1
8
pytest-timeout~=2.4
9
towncrier>=24.8,<26.0
0 commit comments