From 271f7f54d5dab8cccb53802fad44e07afdedcbaa Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Thu, 16 Apr 2015 22:54:51 +0500 Subject: [PATCH] TST install service_identity package in tests to prevent warnings Also, Twisted version is bumped for Python 3.x tests, just in case. service_identity is not added to Scrapy requirements because Scrapy supports older Twisted / PyOpenSSL versions which don't use it. --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2dff74973..c000429c0 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ deps = Pillow django leveldb + service_identity -rtests/requirements.txt commands = py.test {posargs:scrapy tests} @@ -41,14 +42,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