diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-18 12:59:17 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-18 12:59:17 +0000 |
| commit | 1ca88fbf1ae95e0819ac65d4ced3f085e408a2e8 (patch) | |
| tree | 64816bac33ec51d7cf5f312fdf3999fd856946a3 /dev-python/sqlalchemy | |
| parent | addbc5b119277f12af3265fe79d45c79016313ce (diff) | |
| download | baldeagleos-repo-1ca88fbf1ae95e0819ac65d4ced3f085e408a2e8.tar.gz baldeagleos-repo-1ca88fbf1ae95e0819ac65d4ced3f085e408a2e8.tar.xz baldeagleos-repo-1ca88fbf1ae95e0819ac65d4ced3f085e408a2e8.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sqlalchemy')
| -rw-r--r-- | dev-python/sqlalchemy/sqlalchemy-2.0.7.ebuild | 3 | ||||
| -rw-r--r-- | dev-python/sqlalchemy/sqlalchemy-2.0.8.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/sqlalchemy/sqlalchemy-2.0.7.ebuild b/dev-python/sqlalchemy/sqlalchemy-2.0.7.ebuild index 0f2fd3c05d74..6f6b495affb0 100644 --- a/dev-python/sqlalchemy/sqlalchemy-2.0.7.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-2.0.7.ebuild @@ -71,7 +71,10 @@ 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::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 diff --git a/dev-python/sqlalchemy/sqlalchemy-2.0.8.ebuild b/dev-python/sqlalchemy/sqlalchemy-2.0.8.ebuild index c137b9e59e98..3d6a4a138bdc 100644 --- a/dev-python/sqlalchemy/sqlalchemy-2.0.8.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-2.0.8.ebuild @@ -71,7 +71,10 @@ 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::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 |
