From: Mike Bayer Date: Wed, 1 Apr 2026 19:45:53 +0000 (-0400) Subject: really remove cx_oracle from test setup X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae603beabedc3ea10f5c41d22362d3fd1c0641b;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 f5340bb489..f2d9d61ca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,7 +158,6 @@ tests-oracle-asyncio = [ ] tests-oracle = [ "sqlalchemy[oracle]", - "sqlalchemy[oracle-cxoracle]", ] tests-mssql = [