summaryrefslogtreecommitdiff
path: root/testfixtures/tests/test_components.py
diff options
context:
space:
mode:
authorMichael Fladischer <FladischerMichael@fladi.at>2017-05-30 14:05:34 +0200
committerMichael Fladischer <FladischerMichael@fladi.at>2017-05-30 14:05:34 +0200
commit50ec3f8173a0bab6e2d6da3cd8a5739105a3641a (patch)
tree766c7165e8ef3a89bc5a2ba95d49693e7fb9ad06 /testfixtures/tests/test_components.py
parentd53380c5c4fb5eee56cf76a2a3df379c8a842556 (diff)
Import python-testfixtures_4.14.3.orig.tar.gz
Diffstat (limited to 'testfixtures/tests/test_components.py')
-rw-r--r--testfixtures/tests/test_components.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/testfixtures/tests/test_components.py b/testfixtures/tests/test_components.py
index 3bdf0b5..29c2bf2 100644
--- a/testfixtures/tests/test_components.py
+++ b/testfixtures/tests/test_components.py
@@ -1,15 +1,6 @@
-# Copyright (c) 2011-2013 Simplistix Ltd
-# See license.txt for license details.
-
-from nose.plugins.skip import SkipTest
-
-try:
- from testfixtures.components import TestComponents
-except ImportError: # pragma: no cover
- raise SkipTest('zope.component is not available')
-
from mock import Mock, call
from testfixtures import Replacer, compare
+from testfixtures.components import TestComponents
from unittest import TestCase
from warnings import catch_warnings