We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2bb9b commit 5a3e2a2Copy full SHA for 5a3e2a2
newsfragments/890.break.1.rst
@@ -0,0 +1,5 @@
1
+Bump minimum number of supported pytest version to 8.2.
2
+
3
+It's already about two years old, and the earlier version behave flaky
4
+with getfixturefunction requests on Python 3.12-3.13 in fixture chaining fixture
5
+when used alongside xdist.
oldest/requirements.txt
@@ -1,4 +1,4 @@
-pytest == 7.4
+pytest == 8.2
port-for == 0.7.3
mirakuru == 2.6.0
psycopg == 3.0.0
pyproject.toml
@@ -28,7 +28,7 @@ classifiers = [
28
"Framework :: Pytest",
29
]
30
dependencies = [
31
- "pytest >= 7.2",
+ "pytest >= 8.2",
32
"port-for >= 0.7.3",
33
"mirakuru >= 2.6.0",
34
"packaging",
0 commit comments