Update pytest to forbid ==7.1.0, allow >=7.1.1 (#10519)

This commit is contained in:
Adriane Boyd 2022-03-18 13:43:54 +01:00 committed by GitHub
parent 0b02dc4c57
commit 04f3f414d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,<7.1.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