]> 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:52:18 +0000 (09:52 -0500)
commit2c41cd99d8a4d8bb27c975f5e2511ab2bf261110
treec30ddba828bd47f3581f8d41a00b16ecd9f18e02
parentd42207c9daeead926c33fa4da4bf1dddcc8d7016
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
lib/sqlalchemy/testing/requirements.py
test/dialect/postgresql/test_async_pg_py3k.py