From bb665d7b7cf90d898a1ec8efe89488603c499b76 Mon Sep 17 00:00:00 2001 From: CommanderKeynes Date: Sun, 5 Jan 2025 21:31:15 -0600 Subject: [PATCH] Remove psycopg2 --- test/dialect/postgresql/test_dialect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.47.3