really remove cx_oracle from test setup

in 6282bcef11 we tried to disable cx_oracle
testing bug failed because pyproject was still pulling it in.
really fix this time

Change-Id: If5a46bf1ad9a9ee48e8693cccdc4b8b40cee392d
This commit is contained in:
Mike Bayer
2026-04-01 15:45:53 -04:00
parent 41b025d7c3
commit aae603beab
-1
View File
@@ -158,7 +158,6 @@ tests-oracle-asyncio = [
]
tests-oracle = [
"sqlalchemy[oracle]",
"sqlalchemy[oracle-cxoracle]",
]
tests-mssql = [