1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 10:24:01 +00:00

Merge pull request #1168 from scrapy/service-identity

install service_identity package in tests to prevent warnings
This commit is contained in:
Daniel Graña 2015-04-28 23:48:58 -03:00
commit 5eb098a939

View File

@ -13,6 +13,7 @@ deps =
boto
Pillow
leveldb
service_identity
-rtests/requirements.txt
commands =
py.test {posargs:scrapy tests}
@ -39,14 +40,14 @@ commands =
[testenv:py33]
basepython = python3.3
deps =
; svn+svn://svn.twistedmatrix.com/svn/Twisted/trunk#egg=Twisted
Twisted >= 14.0.0
Twisted >= 15.1.0
lxml>=3.2.4
pyOpenSSL>=0.13.1
cssselect>=0.9
queuelib>=1.1.1
w3lib>=1.8.0
Pillow
service_identity
# tests requirements
pytest>=2.6.0
pytest-twisted