mirror of https://github.com/scrapy/scrapy.git
Update ancient pytest on python 3
2.9 gives collection errors on python 3.7 due to PEP 479.
This commit is contained in:
parent
1d2e2735fc
commit
722e1afcdb
|
|
@ -1,6 +1,6 @@
|
|||
pytest==2.9.2
|
||||
pytest==3.6.3
|
||||
pytest-twisted
|
||||
pytest-cov==2.2.1
|
||||
pytest-cov==2.5.1
|
||||
testfixtures
|
||||
jmespath
|
||||
leveldb
|
||||
|
|
|
|||
Loading…
Reference in New Issue