]> 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 20:10:17 +0000 (16:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Apr 2026 20:10:17 +0000 (16:10 -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 719fc374b091476994387220ed95ccdd06e6889f..0dc4ccc32414e7f46a91f4491fb1db7a9d14f13e 100644 (file)
@@ -61,7 +61,6 @@ tests-oracle-asyncio = [
     {include-group = "tests-oracle"},
 ]
 tests-oracle = [
-    "sqlalchemy[oracle]",
     "sqlalchemy[oracle-oracledb]",
 ]