From: Mike Bayer Date: Wed, 1 Apr 2026 20:10:17 +0000 (-0400) Subject: really remove cx_oracle from test setup X-Git-Tag: rel_2_0_49~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b5d5c4008fa1d50ef4310136195ed8745e941a8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git really remove cx_oracle from test setup 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 --- diff --git a/pyproject.toml b/pyproject.toml index 719fc374b0..0dc4ccc324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,6 @@ tests-oracle-asyncio = [ {include-group = "tests-oracle"}, ] tests-oracle = [ - "sqlalchemy[oracle]", "sqlalchemy[oracle-oracledb]", ]