From c3ee9cac41a7703b3f75049403621edd0702c330 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 28 Nov 2017 15:38:56 +0000 Subject: [PATCH] Dropped unused test functions --- tests/testutils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/testutils.py b/tests/testutils.py index 03401891..bd08d6c7 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