diff options
author | Federico Caselli <cfederico87@gmail.com> | 2021-01-24 14:49:06 -0500 |
---|---|---|
committer | Federico Caselli <cfederico87@gmail.com> | 2021-01-24 21:20:11 +0100 |
commit | 43a27f1da849501ae15f0c39ac67cb00e2e80718 (patch) | |
tree | dda33bd7f08c716f44e10c6e17d8a66c5d6b88a6 /test/dialect/postgresql/test_compiler.py | |
parent | 2df6eb140b4feb86d7cc99c0c976d1b22eb6e25b (diff) | |
download | sqlalchemy-43a27f1da849501ae15f0c39ac67cb00e2e80718.tar.gz |
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.
The python documentation imports everything directly from the
asyncio package, and it seems that py < 3.8 does not have the
asyncio.exception module
Closes: #5865
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5865
Pull-request-sha: 35cc1fa3f6ff962676f571ae30851f4b4d96762a
Change-Id: I9398c9fb2aa87f3228ce2f59277de732091bd541
Diffstat (limited to 'test/dialect/postgresql/test_compiler.py')
0 files changed, 0 insertions, 0 deletions