We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166c81a commit 1f99318Copy full SHA for 1f99318
tox.ini
@@ -61,7 +61,8 @@ envlist =
61
mongodb8-datastore_motor-{py37,py38,py39,py310,py311,py312,py313}-motorlatest,
62
mongodb3-datastore_pymongo-{py37,py38,py39,py310,py311,py312}-pymongo03,
63
mongodb8-datastore_pymongo-{py37,py38,py39,py310,py311,py312,py313,pypy310}-pymongo04,
64
- mysql-datastore_aiomysql-{py37,py38,py39,py310,py311,py312,py313,pypy310},
+ ; aiomysql tests on PyPy disabled for now due to issues building cryptography
65
+ mysql-datastore_aiomysql-{py37,py38,py39,py310,py311,py312,py313},
66
mssql-datastore_pymssql-pymssqllatest-{py39,py310,py311,py312,py313},
67
mssql-datastore_pymssql-pymssql020301-{py37,py38},
68
mysql-datastore_mysql-mysqllatest-{py37,py38,py39,py310,py311,py312,py313},
0 commit comments