[Python-modules-commits] r30726 - in packages/python-urllib3/trunk/debian/patches (1 file)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Sep 23 02:25:05 UTC 2014


    Date: Tuesday, September 23, 2014 @ 02:25:04
  Author: eriol-guest
Revision: 30726

Refresh again

Modified:
  packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch

Modified: packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch
===================================================================
--- packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch	2014-09-23 02:19:20 UTC (rev 30725)
+++ packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch	2014-09-23 02:25:04 UTC (rev 30726)
@@ -157,3 +157,12 @@
  
  # We need a host that will not immediately close the connection with a TCP
  # Reset. SO suggests this hostname
+--- a/test/contrib/test_pyopenssl.py
++++ b/test/contrib/test_pyopenssl.py
+@@ -1,5 +1,5 @@
+ from nose.plugins.skip import SkipTest
+-from urllib3.packages import six
++import six
+ 
+ if six.PY3:
+     raise SkipTest('Testing of PyOpenSSL disabled on PY3')




More information about the Python-modules-commits mailing list