Adjust pytest pin

Somehow, 4.1.x seems to cause test failure due to get_marker – possibly needs to be investigated for spacy-models/tests and likely not relevant on develop anymore
This commit is contained in:
Ines Montani 2019-01-07 12:08:19 +01:00
parent e03e1eee92
commit ac8487a96a
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ ujson>=1.35
dill>=0.2,<0.3
regex==2018.01.10
requests>=2.13.0,<3.0.0
pytest>=4.0.0,<5.0.0
pytest>=4.0.0,<4.1.0
mock>=2.0.0,<3.0.0
pathlib==1.0.1; python_version < "3.4"