mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-08 01:07:30 -08:00
Bug: https://bugs.gentoo.org/show_bug.cgi?id=611216 Package-Manager: Portage-2.3.4, Repoman-2.3.2
26 lines
619 B
Diff
26 lines
619 B
Diff
--- a/src/protocols/tests/__init__.py
|
|
+++ b/src/protocols/tests/__init__.py
|
|
@@ -256,22 +256,6 @@
|
|
makeSuite(GenerationTests,'check'),
|
|
]
|
|
|
|
- try:
|
|
- import zope.interface
|
|
- except ImportError:
|
|
- pass
|
|
- else:
|
|
- from protocols.tests import test_zope
|
|
- tests.append( test_zope.test_suite() )
|
|
-
|
|
- try:
|
|
- from twisted.python.components import Interface
|
|
- except (ImportError, SystemError):
|
|
- pass
|
|
- else:
|
|
- from protocols.tests import test_twisted
|
|
- tests.append( test_twisted.test_suite() )
|
|
-
|
|
return TestSuite(
|
|
tests
|
|
)
|