From: Mike Bayer Date: Thu, 5 Sep 2024 14:06:36 +0000 (-0400) Subject: move py313 tests to greenlet main X-Git-Tag: rel_1_4_54~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a24a15fe9111275bdac6ecca690c1cfb97eb075;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 (cherry picked from commit 88dd18cd89598d0569d761db206d4559e8cd57be) (cherry picked from commit 4a72df72cd2bb890034a9843b27a51e662ceccf7) --- diff --git a/tox.ini b/tox.ini index d8511d3bda..3adbe51dbd 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,7 @@ deps= mock; python_version < '3.3' - 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