diff --git a/noxfile.py b/noxfile.py index 6678dfa730..51971d5897 100644 --- a/noxfile.py +++ b/noxfile.py @@ -49,7 +49,7 @@ DB_CLI_NAMES = { "greenlet": {"asyncmy", "aiomysql"}, }, "oracle": { - "nogreenlet": {"cx_oracle", "oracledb"}, + "nogreenlet": {"oracledb"}, "greenlet": {"oracledb_async"}, }, "mssql": {