r47141 - update tox

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Sun, 3 Apr 2016 23:26:11 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Sun Apr  3 23:26:07 2016
New Revision: 47141

Modified:
   branches/tox-reactors-8269/tox.ini

Log:
update tox

Modified: branches/tox-reactors-8269/tox.ini
==============================================================================
--- branches/tox-reactors-8269/tox.ini	(original)
+++ branches/tox-reactors-8269/tox.ini	Sun Apr  3 23:26:07 2016
@@ -11,14 +11,12 @@
 [testenv]
 changedir={envtmpdir}
 deps =
-     ; zope.interface is love, zope.interface is life
-     zope.interface
-
      ; Some relatively standard dependencies that we want to have
      ; We cannot use extras here, because it is not supported on Py3
-     {tests,coverage}: pyopenssl
+     {tests,coverage}: cryptography >= 0.9
+     {tests,coverage}: pyopenssl >= 0.13
      {tests,coverage}: service_identity
-     {tests,coverage}: idna
+     {tests,coverage}: idna >= 0.6
      {tests,coverage}: pyserial
      {tests,coverage}: python-subunit
      {tests,coverage}: pycrypto