diff options
| -rw-r--r-- | tests/testutils.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testutils.py b/tests/testutils.py index e860439..ba31e3b 100644 --- a/tests/testutils.py +++ b/tests/testutils.py @@ -204,11 +204,6 @@ def skip_if_no_uuid(f): @wraps(f) def skip_if_no_uuid_(self): try: - import uuid # noqa - except ImportError: - return self.skipTest("uuid not available in this Python version") - - try: cur = self.conn.cursor() cur.execute("select typname from pg_type where typname = 'uuid'") has = cur.fetchone() |
