diff options
author | Federico Caselli <cfederico87@gmail.com> | 2021-09-06 21:12:03 +0200 |
---|---|---|
committer | Federico Caselli <cfederico87@gmail.com> | 2021-09-06 22:27:07 +0200 |
commit | b1c50ad223957606a5d5d461f415b3514493eec4 (patch) | |
tree | 4e2d87ea26b574f9c9295d56afebdea90cdb04ea /test/ext/asyncio | |
parent | d640192877e4d1da75e8dea34d2374c404e80538 (diff) | |
download | sqlalchemy-workflow_test_aiosqlite.tar.gz |
Add async tests to the github workflowworkflow_test_aiosqlite
Fixes: #6967
Change-Id: I222cb5bdedf572e734c827d72bcbced202cdd62f
Diffstat (limited to 'test/ext/asyncio')
-rw-r--r-- | test/ext/asyncio/test_engine_py3k.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ext/asyncio/test_engine_py3k.py b/test/ext/asyncio/test_engine_py3k.py index c75dd8665..0450e3054 100644 --- a/test/ext/asyncio/test_engine_py3k.py +++ b/test/ext/asyncio/test_engine_py3k.py @@ -232,6 +232,7 @@ class AsyncEngineTest(EngineFixture): is_false(async_engine == None) @async_test + @testing.requires.python37 async def test_no_attach_to_event_loop(self, testing_engine): """test #6409""" |