You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/twisted-core/files/twisted-core-12.1.0-remove-...

16 lines
459 B

Index: twisted/test/test_strcred.py
===================================================================
--- twisted/test/test_strcred.py (revision 34525)
+++ twisted/test/test_strcred.py (working copy)
@@ -352,6 +352,10 @@
except ImportError:
skip = "PyCrypto is not available"
+ try:
+ from twisted import conch
+ except ImportError:
+ skip = "Twisted Conch is not available"
def test_isChecker(self):
"""