summaryrefslogtreecommitdiff
path: root/tests/test_postgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-05-31 17:12:41 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-05-31 17:12:41 -0400
commitb526a115e774fecc6e5df0edcbb239b80a367e2a (patch)
treefed19921a56c3931ae5575dd508e3b92c7c3ac80 /tests/test_postgresql.py
parentd9dbfc4060e7c479bfdba37de16f6062502acee3 (diff)
downloadalembic-b526a115e774fecc6e5df0edcbb239b80a367e2a.tar.gz
- Fixed unit tests to run correctly under the SQLAlchemy 1.0.x series
prior to version 1.0.10 where a particular bug involving Postgresql exclude constraints was fixed. Change-Id: Ief64b19b75e4c2c3661ac95d5b03d0c8e0fe5619 Fixes: #431
Diffstat (limited to 'tests/test_postgresql.py')
-rw-r--r--tests/test_postgresql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_postgresql.py b/tests/test_postgresql.py
index 2ceeaa9..f02deeb 100644
--- a/tests/test_postgresql.py
+++ b/tests/test_postgresql.py
@@ -104,7 +104,7 @@ class PostgresqlOpTest(TestBase):
'("SomeColumn" WITH >) WHERE ("SomeColumn" > 5)'
)
- @config.requirements.fail_before_sqla_100
+ @config.requirements.fail_before_sqla_1010
def test_create_exclude_constraint_quoted_column(self):
context = op_fixture("postgresql")
op.create_exclude_constraint(