]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
block asyncmy 0.2.1
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Oct 2021 16:53:08 +0000 (12:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Oct 2021 16:53:08 +0000 (12:53 -0400)
Change-Id: I0c95e20be01846ed2c705e54d8d5a8395031ff03
References: https://github.com/long2ice/asyncmy/issues/18

setup.cfg
test/ext/test_baked.py

index 7c8e876462f79ed9f700f345c0f0c0f355b3466f..dd96a5f3c49f2fa8846e724ad03cf171e6179b4b 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -76,7 +76,7 @@ aiomysql =
     aiomysql;python_version>="3"
 asyncmy =
     %(asyncio)s
-    asyncmy>=0.2.0;python_version>="3"
+    asyncmy>=0.2.0,!=0.2.1;python_version>="3"
 aiosqlite =
     %(asyncio)s
     aiosqlite;python_version>="3"
index ace76cff57b3f07859fa375e1057987759ead49b..d3e6455b233b3bab373a9070915ad95ba0e1a61b 100644 (file)
@@ -848,7 +848,6 @@ class ResultTest(BakedTest):
             for cond1, cond2 in itertools.product(
                 *[(False, True) for j in range(2)]
             ):
-                print("HI----")
                 bq = base_bq._clone()
 
                 sess = fixture_session()