mirror of https://github.com/explosion/spaCy.git
Update pytest to forbid ==7.1.0, allow >=7.1.1 (#10519)
This commit is contained in:
parent
0b02dc4c57
commit
04f3f414d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue