Skip to content

Commit d28b321

Browse files
committed
fixup: bump minimum pytest version
1 parent eb2bb9b commit d28b321

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

newsfragments/890.break.1.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest == 7.4
1+
pytest == 8.2
22
port-for == 0.7.3
33
mirakuru == 2.6.0
44
psycopg == 3.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Framework :: Pytest",
2929
]
3030
dependencies = [
31-
"pytest >= 7.2",
31+
"pytest >= 8.2",
3232
"port-for >= 0.7.3",
3333
"mirakuru >= 2.6.0",
3434
"packaging",

0 commit comments

Comments
 (0)