Merge pull request #6858 from svlandeg/fix/upgrade_pytest

update pytest pin to match Thinc 8.0
This commit is contained in:
Ines Montani 2021-01-30 11:59:04 +11:00 committed by GitHub
commit 0e9ca7fca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ importlib_metadata>=0.20; python_version < "3.8"
typing_extensions>=3.7.4; python_version < "3.8"
# Development dependencies
cython>=0.25
pytest>=4.6.5
pytest>=5.2.0
pytest-timeout>=1.3.0,<2.0.0
mock>=2.0.0,<3.0.0
flake8>=3.5.0,<3.6.0