Skip to content

Commit 1f99318

Browse files
committed
Remove aiomysql pypy310 test
1 parent 166c81a commit 1f99318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ envlist =
6161
mongodb8-datastore_motor-{py37,py38,py39,py310,py311,py312,py313}-motorlatest,
6262
mongodb3-datastore_pymongo-{py37,py38,py39,py310,py311,py312}-pymongo03,
6363
mongodb8-datastore_pymongo-{py37,py38,py39,py310,py311,py312,py313,pypy310}-pymongo04,
64-
mysql-datastore_aiomysql-{py37,py38,py39,py310,py311,py312,py313,pypy310},
64+
; aiomysql tests on PyPy disabled for now due to issues building cryptography
65+
mysql-datastore_aiomysql-{py37,py38,py39,py310,py311,py312,py313},
6566
mssql-datastore_pymssql-pymssqllatest-{py39,py310,py311,py312,py313},
6667
mssql-datastore_pymssql-pymssql020301-{py37,py38},
6768
mysql-datastore_mysql-mysqllatest-{py37,py38,py39,py310,py311,py312,py313},

0 commit comments

Comments
 (0)