]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove restore_asyncio hack
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Mar 2024 15:43:33 +0000 (11:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Mar 2024 15:43:33 +0000 (11:43 -0400)
commitbb43af053dc1a4edc11a9c5d245e7f68c2dfa6a2
tree619ce051c5e0ac06df26315d60c643cb730d63d2
parentcc257e77ac091f4886d13a748d37b5c00c54ace9
remove restore_asyncio hack

we have backported the asnycio.Runner from 2.1 so we dont
need this hack anymore; it fails if greenlet is not installed

Change-Id: I9e2ce09f9987ba5a4a78881475d85b9fa24e5bb4
test/base/test_tutorials.py