]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
qualify asyncpg API tests for python 3.8
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Nov 2021 14:52:18 +0000 (09:52 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Nov 2021 14:55:45 +0000 (09:55 -0500)
commit0bb2076a90eddb097c1fb934947d8cbce6c11fb3
tree8c242be87202e715838201be4e34a84f056077fd
parent411de1f1cf6cb5372094a99ac145a26e8d751f34
qualify asyncpg API tests for python 3.8

Getting
TypeError: object MagicMock can't be used in 'await' expression
for Python 3.7 and earlier.  this test is not needed
on all platforms it's confirming that two methods
are present.

Change-Id: If918add023c98c062ea0c1cd132a999647a2d35f
(cherry picked from commit 2c41cd99d8a4d8bb27c975f5e2511ab2bf261110)
lib/sqlalchemy/testing/requirements.py
test/dialect/postgresql/test_async_pg_py3k.py