diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-16 18:10:35 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-17 06:35:17 -0500 |
| commit | a00a0f880485e1f122e48e0216d34d08efe199e1 (patch) | |
| tree | 32e3f224efa19f8c08a42a33017626d725e41a79 /tests/postgres_tests/test_ranges.py | |
| parent | 730fb593ad19731e7018dd83236318bfe71de86a (diff) | |
[1.8.x] Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.
Backport of 8b39f33d78ce5749f8ca40a7ae6823b5f6c26c09 from master
Diffstat (limited to 'tests/postgres_tests/test_ranges.py')
| -rw-r--r-- | tests/postgres_tests/test_ranges.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/postgres_tests/test_ranges.py b/tests/postgres_tests/test_ranges.py index c26382a15b..71d3301756 100644 --- a/tests/postgres_tests/test_ranges.py +++ b/tests/postgres_tests/test_ranges.py @@ -18,8 +18,6 @@ from .models import RangesModel def skipUnlessPG92(test): - if not connection.vendor == 'postgresql': - return unittest.skip('PostgreSQL required')(test) PG_VERSION = connection.pg_version if PG_VERSION < 90200: return unittest.skip('PostgreSQL >= 9.2 required')(test) |
