mirror of https://github.com/scrapy/scrapy.git
Merge pull request #4422 from Gallaecio/pin-working-pytest
Restrict pytest to versions prior to 5.4
This commit is contained in:
parent
4d6e34014d
commit
df536dab6a
|
|
@ -2,7 +2,7 @@
|
|||
jmespath
|
||||
mitmproxy; python_version >= '3.6'
|
||||
mitmproxy<4.0.0; python_version < '3.6'
|
||||
pytest
|
||||
pytest < 5.4
|
||||
pytest-cov
|
||||
pytest-twisted >= 1.11
|
||||
pytest-xdist
|
||||
|
|
|
|||
Loading…
Reference in New Issue