CI/requirements: use pytest < 9.0.0

This commit is contained in:
Thomas Waldmann 2026-03-19 11:26:14 +01:00
parent eda794c844
commit c77fb4060d
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ pip==20.3.4
virtualenv==20.13.1
tox==3.24.5
pytest==6.1.2; python_version < '3.10'
pytest==8.4.2; python_version >= '3.10'
pytest-xdist==2.2.1
pytest-cov==2.12.1
pytest-benchmark==3.4.1

View file

@ -3,7 +3,7 @@ setuptools_scm
pip
virtualenv
tox
pytest
pytest < 9.0.0
pytest-xdist
pytest-cov
pytest-benchmark