From: CommanderKeynes Date: Mon, 6 Jan 2025 03:31:15 +0000 (-0600) Subject: Remove psycopg2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb665d7b7cf90d898a1ec8efe89488603c499b76;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove psycopg2 --- diff --git a/test/dialect/postgresql/test_dialect.py b/test/dialect/postgresql/test_dialect.py index c16bcf2c73..0567e5728a 100644 --- a/test/dialect/postgresql/test_dialect.py +++ b/test/dialect/postgresql/test_dialect.py @@ -791,7 +791,7 @@ class MultiHostConnectTest(fixtures.TestBase): class NullQueryTest(fixtures.TestBase): __backend__ = True - @testing.only_on(["+psycopg", "+psycopg2", "+asyncpg"]) + @testing.only_on(["+psycopg", "+asyncpg"]) @testing.combinations( ("postgresql+D://U:PS@/DB?host=H:P&host=H:P&host=H:P"), argnames="pattern",