From: Mike Bayer Date: Thu, 5 Sep 2024 14:06:36 +0000 (-0400) Subject: move py313 tests to greenlet main X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88dd18cd89598d0569d761db206d4559e8cd57be;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git move py313 tests to greenlet main vstinner's branch merged and was immediately deleted from that repo. greenlet still not released. so keep on chasing it :/ Change-Id: I79927061566db75b4e26b3dbc39b817786531db6 --- diff --git a/tox.ini b/tox.ini index f1146007dd..8953fbe085 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,7 @@ deps= # tracked by https://github.com/pytest-dev/pytest-xdist/issues/907 pytest-xdist!=3.3.0 - py313: git+https://github.com/vstinner/greenlet@py313\#egg=greenlet + py313: git+https://github.com/python-greenlet/greenlet.git\#egg=greenlet dbapimain-sqlite: git+https://github.com/omnilib/aiosqlite.git\#egg=aiosqlite dbapimain-sqlite: git+https://github.com/coleifer/sqlcipher3.git\#egg=sqlcipher3