summaryrefslogtreecommitdiff
path: root/tests/testutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils.py')
-rw-r--r--tests/testutils.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testutils.py b/tests/testutils.py
index 0340189..bd08d6c 100644
--- a/tests/testutils.py
+++ b/tests/testutils.py
@@ -32,9 +32,6 @@ from functools import wraps
from testconfig import dsn, repl_dsn
-skip = unittest.skip
-skipIf = unittest.skipIf
-
# Silence warnings caused by the stubbornness of the Python unittest
# maintainers
# http://bugs.python.org/issue9424