We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2bb9b commit d28b321Copy full SHA for d28b321
newsfragments/890.break.1.rst
@@ -0,0 +1,5 @@
1
+Bump the minimum supported pytest version to 8.2.
2
+
3
+The previous minimum was about two years old, and older pytest versions
4
+can be flaky with fixture chaining that relies on `getfixturevalue` on
5
+Python 3.12-3.13 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