commit:     aecbf791b77935354d0b26c007e8df9f9b80bb79
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 23:56:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 23:56:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aecbf791

dev-python/sqlalchemy: skip further greenlet tests

Followup to 46f18641662c938a2f3676fa452681048437498e. Thanks to Dakon.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild
index 69aa41ceaa17..72166aadb1d9 100644
--- a/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-2.0.9.ebuild
@@ -72,7 +72,9 @@ python_test() {
                        
"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::PoolEventsTest::test_checkin_event_gc[not_has_terminate-is_asyncio]"
                        
"test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True-_exclusions0]"
+                       
"test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True]"
                )
        fi
 

Reply via email to