mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
CI/requirements: use pytest < 9.0.0
This commit is contained in:
parent
eda794c844
commit
c77fb4060d
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ setuptools_scm
|
|||
pip
|
||||
virtualenv
|
||||
tox
|
||||
pytest
|
||||
pytest < 9.0.0
|
||||
pytest-xdist
|
||||
pytest-cov
|
||||
pytest-benchmark
|
||||
|
|
|
|||
Loading…
Reference in a new issue