]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Remove psycopg2
authorCommanderKeynes <andrewjackson947@gmail.coma>
Mon, 6 Jan 2025 03:31:15 +0000 (21:31 -0600)
committerCommanderKeynes <andrewjackson947@gmail.coma>
Mon, 6 Jan 2025 03:31:15 +0000 (21:31 -0600)
test/dialect/postgresql/test_dialect.py

index c16bcf2c7372ee3525cc6f326a42f73f7a0c3ecc..0567e5728a6fd50e01446af5fbb920a0c622c6d4 100644 (file)
@@ -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",