mirror of https://github.com/scrapy/scrapy.git
Merge pull request #1505 from scrapy/fix-test-suite
TST pin pytest to 2.7.3
This commit is contained in:
commit
69398fa148
|
|
@ -1,4 +1,4 @@
|
|||
pytest>=2.6.0
|
||||
pytest==2.7.3
|
||||
pytest-twisted
|
||||
pytest-cov
|
||||
testfixtures
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
mock
|
||||
mitmproxy==0.10.1
|
||||
netlib==0.10.1
|
||||
pytest==2.7.3
|
||||
pytest-twisted
|
||||
pytest-cov
|
||||
jmespath
|
||||
|
|
|
|||
Loading…
Reference in New Issue