diff options
Diffstat (limited to 'tests/postgres_tests/test_functions.py')
| -rw-r--r-- | tests/postgres_tests/test_functions.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/postgres_tests/test_functions.py b/tests/postgres_tests/test_functions.py index de5cb4d767..875a4b9520 100644 --- a/tests/postgres_tests/test_functions.py +++ b/tests/postgres_tests/test_functions.py @@ -4,7 +4,7 @@ from time import sleep from django.contrib.postgres.functions import RandomUUID, TransactionNow -from . import PostgreSQLTestCase, skipUnlessPG94 +from . import PostgreSQLTestCase from .models import NowTestModel, UUIDTestModel @@ -29,7 +29,6 @@ class TestTransactionNow(PostgreSQLTestCase): self.assertEqual(m1.when, m2.when) -@skipUnlessPG94 class TestRandomUUID(PostgreSQLTestCase): def test_random_uuid(self): |
