diff options
Diffstat (limited to 'test/dialect/postgresql/test_async_pg_py3k.py')
-rw-r--r-- | test/dialect/postgresql/test_async_pg_py3k.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dialect/postgresql/test_async_pg_py3k.py b/test/dialect/postgresql/test_async_pg_py3k.py index 12917e976..782cf33dd 100644 --- a/test/dialect/postgresql/test_async_pg_py3k.py +++ b/test/dialect/postgresql/test_async_pg_py3k.py @@ -258,6 +258,7 @@ class AsyncPgTest(fixtures.TestBase): "setup_asyncpg_jsonb_codec", argnames="methname", ) + @testing.requires.python38 @async_test async def test_codec_registration( self, metadata, async_testing_engine, methname |