summaryrefslogtreecommitdiff
path: root/dev-python/loky
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-06 18:35:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-06 18:35:47 +0000
commit23402ef6b570ec9c48a546dd68c217e8e4567036 (patch)
tree818f1bd06c0272d1eeaead568914d95891591998 /dev-python/loky
parent49e13196e5c8c8d6ceb4a0b79a50ef280bf4fffc (diff)
downloadbaldeagleos-repo-23402ef6b570ec9c48a546dd68c217e8e4567036.tar.gz
baldeagleos-repo-23402ef6b570ec9c48a546dd68c217e8e4567036.tar.xz
baldeagleos-repo-23402ef6b570ec9c48a546dd68c217e8e4567036.zip
Adding metadata
Diffstat (limited to 'dev-python/loky')
-rw-r--r--dev-python/loky/loky-3.4.1.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/loky/loky-3.4.1.ebuild b/dev-python/loky/loky-3.4.1.ebuild
index b3a5108b7909..bd894b816556 100644
--- a/dev-python/loky/loky-3.4.1.ebuild
+++ b/dev-python/loky/loky-3.4.1.ebuild
@@ -40,9 +40,16 @@ python_test() {
EPYTEST_DESELECT=(
# docker, seriously?
tests/test_loky_module.py::test_cpu_count_cfs_limit
+ tests/test_loky_module.py::test_cpu_count_cgroup_limit
# hangs, and even pytest-timeout does not help
tests/test_reusable_executor.py::TestExecutorDeadLock::test_deadlock_kill
tests/test_reusable_executor.py::TestResizeExecutor::test_reusable_executor_resize
+ # Python 3.12 raises an additional warning due to the use of fork()
+ # in a multithreaded process, the additional warning breaks this test
+ # since the expected warning is no longer the first.
+ # This is harmless, skip test for now
+ tests/test_worker_timeout.py::TestTimeoutExecutor::test_worker_timeout_shutdown_no_deadlock
+ tests/test_reusable_executor.py::TestResizeExecutor::test_resize_after_timeout
)
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1