mirror of https://github.com/scrapy/scrapy.git
Merge pull request #2099 from redapple/backport-1.1-pr2095
[backport][1.1] TST pin pytest-cov to 2.2.1; upgrade pytest (PR #2095)
This commit is contained in:
commit
cedf46c9bf
|
|
@ -1,6 +1,6 @@
|
|||
pytest==2.7.3
|
||||
pytest==2.9.2
|
||||
pytest-twisted
|
||||
pytest-cov
|
||||
pytest-cov==2.2.1
|
||||
testfixtures
|
||||
jmespath
|
||||
leveldb
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
mock
|
||||
mitmproxy==0.10.1
|
||||
netlib==0.10.1
|
||||
pytest==2.7.3
|
||||
pytest==2.9.2
|
||||
pytest-twisted
|
||||
pytest-cov
|
||||
pytest-cov==2.2.1
|
||||
jmespath
|
||||
testfixtures
|
||||
# optional for shell wrapper tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue