]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Need to escape # in tox v4
authorFederico Caselli <cfederico87@gmail.com>
Mon, 27 Nov 2023 20:39:31 +0000 (21:39 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Fri, 1 Dec 2023 19:25:31 +0000 (20:25 +0100)
See https://tox.wiki/en/latest/upgrading.html#changed-ini-rules

Change-Id: I3022538e3f919f5bc977411042d82c62260645a1
(cherry picked from commit aa7145caa1927d8c70f6c5029c3c04528b86c7b0)

tox.ini

diff --git a/tox.ini b/tox.ini
index 616e47f7be3a30209391e7221b04d643bf3cb20d..6acbe66366c66382fba415e5a8083d07a1f9be1f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -47,24 +47,24 @@ deps=
 
      py312: greenlet>=3.0.0a1
 
-     dbapimain-sqlite: git+https://github.com/omnilib/aiosqlite.git#egg=aiosqlite
-     dbapimain-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
 
-     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
-     dbapimain-postgresql: git+https://github.com/psycopg/psycopg.git#egg=psycopg&subdirectory=psycopg
-     # dbapimain-postgresql: git+https://github.com/psycopg/psycopg.git#egg=psycopg-c&subdirectory=psycopg_c
+     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
+     dbapimain-postgresql: git+https://github.com/psycopg/psycopg.git\#egg=psycopg&subdirectory=psycopg
+     # dbapimain-postgresql: git+https://github.com/psycopg/psycopg.git\#egg=psycopg-c&subdirectory=psycopg_c
 
-     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/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
+#    dbapimain-mysql: git+https://github.com/mariadb-corporation/mariadb-connector-python\#egg=mariadb
 
-     dbapimain-oracle: git+https://github.com/oracle/python-cx_Oracle.git#egg=cx_Oracle
+     dbapimain-oracle: git+https://github.com/oracle/python-cx_Oracle.git\#egg=cx_Oracle
 
-     py312-mssql: git+https://github.com/mkleehammer/pyodbc.git#egg=pyodbc
-     dbapimain-mssql: git+https://github.com/mkleehammer/pyodbc.git#egg=pyodbc
+     py312-mssql: git+https://github.com/mkleehammer/pyodbc.git\#egg=pyodbc
+     dbapimain-mssql: git+https://github.com/mkleehammer/pyodbc.git\#egg=pyodbc
 
      cov: pytest-cov