diff options
-rw-r--r-- | dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild b/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild index 0ac2428370ce..69aa41ceaa17 100644 --- a/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild @@ -71,6 +71,7 @@ python_test() { test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_run_sync "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[False-True]" "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[True-True]" + "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[has_terminate-is_asyncio]" "test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True-_exclusions0]" ) fi |