From: Mike Bayer Date: Sun, 13 Jan 2019 17:59:48 +0000 (-0500) Subject: include 1.2.16 for fixes SQLA issue 4436 X-Git-Tag: rel_1_0_6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8935f2843a502d3858f47478e47962bd1b3895;p=thirdparty%2Fsqlalchemy%2Falembic.git include 1.2.16 for fixes SQLA issue 4436 Change-Id: I34e007618f846a51c2a58754131db9670b77f825 --- diff --git a/alembic/testing/requirements.py b/alembic/testing/requirements.py index 5fc71d2b..24f86672 100644 --- a/alembic/testing/requirements.py +++ b/alembic/testing/requirements.py @@ -143,7 +143,7 @@ class SuiteRequirements(Requirements): if vers == (1, 3, 0, 'b1'): return True - elif vers > (1, 2, 16): + elif vers >= (1, 2, 16): return False else: return True