summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_reflection.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/dialect/postgresql/test_reflection.py')
-rw-r--r--test/dialect/postgresql/test_reflection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dialect/postgresql/test_reflection.py b/test/dialect/postgresql/test_reflection.py
index 0dda1fa45..0ebe68cba 100644
--- a/test/dialect/postgresql/test_reflection.py
+++ b/test/dialect/postgresql/test_reflection.py
@@ -817,6 +817,7 @@ class ReflectionTest(fixtures.TestBase):
}])
@testing.provide_metadata
+ @testing.only_on("postgresql>=8.5")
def test_reflection_with_unique_constraint(self):
insp = inspect(testing.db)