]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Dont run py3k-only test files on Python 3.5
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Aug 2020 03:05:57 +0000 (23:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Aug 2020 03:05:57 +0000 (23:05 -0400)
commit788ba204a43b37d28cc690138b83e6782f8a46da
treee1bcb714f2bef40abc85e31bec66290a2fa54d29
parentd1f13635c398c6dcd9d04228c590546266cda00b
Dont run py3k-only test files on Python 3.5

these are failing on the github runners because 3.5 doesnt
have the async keywords.

Change-Id: I9c58d38f8d7595313b7648b9840b334da8238bd0
doc/build/orm/extensions/asyncio.rst
test/conftest.py