mirror of https://github.com/explosion/spaCy.git
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:
parent
e03e1eee92
commit
ac8487a96a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue