From 37db4530baaedfff078c5ced83e088bd631a8d75 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 26 May 2021 12:55:41 -0400 Subject: [PATCH] cx_oracle has changed main branch to "main" Change-Id: Idabb86665182af6c3d2cfb7b5c4ebd2cbc99c565 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 81bd582d2d..625b007289 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,7 @@ deps= dbapimaster-mysql: git+https://github.com/PyMySQL/PyMySQL.git@master#egg=pymysql dbapimaster-mysql: git+https://github.com/mariadb-corporation/mariadb-connector-python@master#egg=mariadb - dbapimaster-oracle: git+https://github.com/oracle/python-cx_Oracle.git@master#egg=cx_Oracle + dbapimaster-oracle: git+https://github.com/oracle/python-cx_Oracle.git@main#egg=cx_Oracle dbapimaster-mssql: git+https://github.com/mkleehammer/pyodbc.git@master#egg=pyodbc -- 2.47.3