mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-06 08:56:51 -04:00
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:
@@ -158,7 +158,6 @@ tests-oracle-asyncio = [
|
||||
]
|
||||
tests-oracle = [
|
||||
"sqlalchemy[oracle]",
|
||||
"sqlalchemy[oracle-cxoracle]",
|
||||
]
|
||||
|
||||
tests-mssql = [
|
||||
|
||||
Reference in New Issue
Block a user