]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
move py313 tests to greenlet main
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Sep 2024 14:06:36 +0000 (10:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Sep 2024 14:34:31 +0000 (10:34 -0400)
vstinner's branch merged and was immediately deleted from
that repo.  greenlet still not released.  so keep on
chasing it :/

Change-Id: I79927061566db75b4e26b3dbc39b817786531db6

tox.ini

diff --git a/tox.ini b/tox.ini
index f1146007dd1e6299ec19b53787e15eed91645934..8953fbe0855d0f39ff7da3c53b541708b2df2044 100644 (file)
--- 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