limit pytest to <7.1 (#10488)

* limit pytest to <7.1

* 7.1.0
This commit is contained in:
Sofie Van Landeghem 2022-03-14 15:17:22 +01:00 committed by GitHub
parent 6af6c2e86c
commit 23bc93d3d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.8"
# Development dependencies
pre-commit>=2.13.0
cython>=0.25,<3.0
pytest>=5.2.0
pytest>=5.2.0,<7.1.0
pytest-timeout>=1.3.0,<2.0.0
mock>=2.0.0,<3.0.0
flake8>=3.8.0,<3.10.0