summaryrefslogtreecommitdiff
path: root/tests/testutils.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-11-28 15:38:56 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-11-28 16:11:06 +0000
commitc3ee9cac41a7703b3f75049403621edd0702c330 (patch)
treef730841cba3961f99452091bee9879b3ee4c7b43 /tests/testutils.py
parenta0229cff8252c07eddf22626a65e3f2967e2b037 (diff)
downloadpsycopg2-c3ee9cac41a7703b3f75049403621edd0702c330.tar.gz
Dropped unused test functions
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