]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Limit AsyncAdaptedQueue to Python 3.7
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jan 2021 19:21:45 +0000 (14:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jan 2021 19:21:45 +0000 (14:21 -0500)
commitdc096c9b23885a254fcde83fe38efde65b339b40
treed9cbb2c00a19f5366e5aaa889e6762a9daf853e5
parent33b12754f9aa0aaee2bdac01faeade7ecc93f028
Limit AsyncAdaptedQueue to Python 3.7

Tests here are failing for python 3.6 due to the lack
of asyncio.run().   It seems to be non-trivial to vendor
a working version of this in Python 3.6 as the tests here
are running it in alternate threads.

Change-Id: I9398c9fb2aa87f3228ce2f59277de732091bd541
test/base/test_concurrency_py3k.py