Merge pull request #1505 from scrapy/fix-test-suite

TST pin pytest to 2.7.3
This commit is contained in:
Daniel Graña 2015-09-21 18:19:59 -03:00
commit 69398fa148
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
pytest>=2.6.0
pytest==2.7.3
pytest-twisted
pytest-cov
testfixtures

View File

@ -2,6 +2,7 @@
mock
mitmproxy==0.10.1
netlib==0.10.1
pytest==2.7.3
pytest-twisted
pytest-cov
jmespath