Skip to content

Commit 4445017

Browse files
committed
Merge branch 'maintenance/pytest-8.2.2-pypy-regression'
2 parents 903569c + 9d55c9f commit 4445017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/pytest.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
pytest==8.3.5
1+
pytest==8.3.5; platform_python_implementation != 'PyPy'
2+
pytest < 8.2.2; platform_python_implementation == 'PyPy' # FIXME: Drop conditionals once the regression is gone. See https://github.com/pytest-dev/pytest/issues/13312.
23
pytest-codspeed==3.2.0
34
pytest-cov==6.0.0

0 commit comments

Comments
 (0)