]> 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>
Mon, 27 Nov 2023 20:41:15 +0000 (21:41 +0100)
See https://tox.wiki/en/latest/upgrading.html#changed-ini-rules

Change-Id: I3022538e3f919f5bc977411042d82c62260645a1

tox.ini

diff --git a/tox.ini b/tox.ini
index bf5a252d2406026b4c3e52ce6d5d85366ca871f9..22a7a7d9941492c5f3e250b804266baf39f4b199 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -48,24 +48,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