]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
really remove cx_oracle from test setup
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Apr 2026 19:45:53 +0000 (15:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Apr 2026 19:45:53 +0000 (15:45 -0400)
in 6282bcef11781b5ded26d48b22b5f we tried to disable cx_oracle
testing bug failed because pyproject was still pulling it in.
really fix this time

Change-Id: If5a46bf1ad9a9ee48e8693cccdc4b8b40cee392d

pyproject.toml

index f5340bb489cdb92e480656e16db5a9f0181663f6..f2d9d61ca51e9bd49a34d968b5b1337529d65b0b 100644 (file)
@@ -158,7 +158,6 @@ tests-oracle-asyncio = [
 ]
 tests-oracle = [
     "sqlalchemy[oracle]",
-    "sqlalchemy[oracle-cxoracle]",
 ]
 
 tests-mssql = [