From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/loky/
Date: Mon, 6 Nov 2023 10:46:59 +0000 (UTC) [thread overview]
Message-ID: <1699267598.b28f6568409e15d40ef41f699a1c31352bf0197f.andrewammerlaan@gentoo> (raw)
commit: b28f6568409e15d40ef41f699a1c31352bf0197f
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 6 10:17:53 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Nov 6 10:46:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28f6568
dev-python/loky: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/loky/loky-3.4.1.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/dev-python/loky/loky-3.4.1.ebuild b/dev-python/loky/loky-3.4.1.ebuild
index 456f7062da8e..350d7adf44ee 100644
--- a/dev-python/loky/loky-3.4.1.ebuild
+++ b/dev-python/loky/loky-3.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 multiprocessing
@@ -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
next reply other threads:[~2023-11-06 10:47 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-06 10:46 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-05 13:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/loky/ Michał Górny
2025-04-05 11:51 Sam James
2025-03-18 18:04 Michał Górny
2024-07-11 19:23 Michał Górny
2023-11-24 15:17 Arthur Zamarin
2023-10-17 15:11 Michał Górny
2023-08-03 17:40 Michał Górny
2023-08-03 15:10 Sam James
2023-06-30 13:06 Michał Górny
2023-05-16 5:24 Michał Górny
2023-05-15 20:22 Arthur Zamarin
2023-04-15 8:23 Michał Górny
2022-10-22 19:21 Michał Górny
2022-10-22 16:40 Arthur Zamarin
2022-09-15 19:56 Arthur Zamarin
2022-09-07 7:51 Michał Górny
2022-05-26 10:45 Andrew Ammerlaan
2022-03-31 23:03 Michał Górny
2022-03-31 20:06 Arthur Zamarin
2022-02-22 18:55 Michał Górny
2021-10-15 23:15 Sam James
2021-09-11 7:15 Michał Górny
2021-09-02 22:57 Marek Szuba
2021-08-05 21:44 Michał Górny
2021-08-05 18:07 Michał Górny
2021-08-05 18:07 Michał Górny
2021-05-07 11:58 Michał Górny
2021-03-08 12:35 Michał Górny
2021-02-25 12:00 Sam James
2020-12-20 21:32 Sam James
2020-11-18 23:42 Thomas Deutschmann
2020-11-14 21:23 Michał Górny
2020-11-04 1:02 Sam James
2020-10-03 21:21 Michał Górny
2020-08-18 5:52 Sam James
2020-07-02 8:29 Michał Górny
2020-06-15 7:47 Michał Górny
2020-06-14 18:55 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1699267598.b28f6568409e15d40ef41f699a1c31352bf0197f.andrewammerlaan@gentoo \
--to=andrewammerlaan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox