diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-11 12:30:10 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-11 12:32:45 -0400 |
commit | b91e76a4f7b9827d0d15c3c562af77f900a92091 (patch) | |
tree | 6d131a78356d9466cb4381ade4cfe3857f18e0c9 /tox.ini | |
parent | bee9b92ea094115269ba18e5b85b5cfe23b7f79d (diff) | |
download | sqlalchemy-b91e76a4f7b9827d0d15c3c562af77f900a92091.tar.gz |
rename elements to main
There are still some SQLite / MySQL specific occurrences
of "master" but this is most of it.
Change-Id: I0144c992e2f0207777e20e058b63a11c031986b9
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -38,20 +38,20 @@ deps= mssql: .[mssql] - dbapimaster-sqlite: git+https://github.com/omnilib/aiosqlite.git#egg=aiosqlite - dbapimaster-sqlite: git+https://github.com/coleifer/sqlcipher3.git#egg=sqlcipher3 + dbapimain-sqlite: git+https://github.com/omnilib/aiosqlite.git#egg=aiosqlite + dbapimain-sqlite: git+https://github.com/coleifer/sqlcipher3.git#egg=sqlcipher3 - dbapimaster-postgresql: git+https://github.com/psycopg/psycopg2.git@master#egg=psycopg2 - dbapimaster-postgresql: git+https://github.com/MagicStack/asyncpg.git#egg=asyncpg - dbapimaster-postgresql: git+https://github.com/tlocke/pg8000.git#egg=pg8000 + dbapimain-postgresql: git+https://github.com/psycopg/psycopg2.git#egg=psycopg2 + dbapimain-postgresql: git+https://github.com/MagicStack/asyncpg.git#egg=asyncpg + dbapimain-postgresql: git+https://github.com/tlocke/pg8000.git#egg=pg8000 - dbapimaster-mysql: git+https://github.com/PyMySQL/mysqlclient-python.git@master#egg=mysqlclient - 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 + dbapimain-mysql: git+https://github.com/PyMySQL/mysqlclient-python.git#egg=mysqlclient + dbapimain-mysql: git+https://github.com/PyMySQL/PyMySQL.git#egg=pymysql + dbapimain-mysql: git+https://github.com/mariadb-corporation/mariadb-connector-python#egg=mariadb - dbapimaster-oracle: git+https://github.com/oracle/python-cx_Oracle.git@main#egg=cx_Oracle + dbapimain-oracle: git+https://github.com/oracle/python-cx_Oracle.git#egg=cx_Oracle - dbapimaster-mssql: git+https://github.com/mkleehammer/pyodbc.git@master#egg=pyodbc + dbapimain-mssql: git+https://github.com/mkleehammer/pyodbc.git#egg=pyodbc cov: pytest-cov |