Skip to content

Commit 5a3e2a2

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

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 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

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)