]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
use binary for psycopg2 and psycopg
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Oct 2025 17:17:47 +0000 (13:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Oct 2025 17:17:47 +0000 (13:17 -0400)
Change-Id: Ieea8a90ca2dabd7675d9ce09e93c0399dd409f54

pyproject.toml

index 173e0b05a67cc7a2188a308bb28f1d9456202be3..b5a378974ade1b0c44772164fb364ef5f6a13759 100644 (file)
@@ -121,8 +121,8 @@ tests-sqlite-file = [{include-group = "tests-sqlite"}]
 tests-sqlite-file-asyncio = [{include-group = "tests-sqlite-asyncio"}]
 
 tests-postgresql = [
-    "sqlalchemy[postgresql]",
-    "sqlalchemy[postgresql-psycopg]",
+    "sqlalchemy[postgresql-psycopg2binary]",
+    "sqlalchemy[postgresql-psycopgbinary]",
     "sqlalchemy[postgresql-pg8000]",
 ]