From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B502158042 for ; Sat, 2 Nov 2024 10:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 811E5E07A9; Sat, 2 Nov 2024 10:29:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B73EE07A9 for ; Sat, 2 Nov 2024 10:29:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B204A340C77 for ; Sat, 2 Nov 2024 10:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52F5911DF for ; Sat, 2 Nov 2024 10:29:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1730543347.a9d954a75ff63e05595c24512ed7a22d602f00b1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/psutil/psutil-6.1.0.ebuild X-VCS-Directories: dev-python/psutil/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a9d954a75ff63e05595c24512ed7a22d602f00b1 X-VCS-Branch: master Date: Sat, 2 Nov 2024 10:29:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26585b2f-e4c9-4e1a-8b2b-6b3847593602 X-Archives-Hash: 05a956c7b2825acd9c168b1631612aae commit: a9d954a75ff63e05595c24512ed7a22d602f00b1 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 2 10:28:46 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 2 10:29:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d954a7 dev-python/psutil: Add more deselects per AT results Signed-off-by: Michał Górny gentoo.org> dev-python/psutil/psutil-6.1.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-python/psutil/psutil-6.1.0.ebuild b/dev-python/psutil/psutil-6.1.0.ebuild index 9ae333c502d1..6a580af66f0c 100644 --- a/dev-python/psutil/psutil-6.1.0.ebuild +++ b/dev-python/psutil/psutil-6.1.0.ebuild @@ -51,6 +51,8 @@ python_test() { tests/test_linux.py::TestSystemCPUCountLogical::test_emulate_fallbacks tests/test_linux.py::TestSystemCPUFrequency::test_emulate_use_cpuinfo tests/test_linux.py::TestSystemCPUFrequency::test_emulate_use_second_file + tests/test_system.py::TestCpuAPIs::test_cpu_freq + tests/test_system.py::TestCpuAPIs::test_cpu_times_comparison # broken in some setups tests/test_linux.py::TestMisc::test_issue_687 @@ -61,6 +63,13 @@ python_test() { tests/test_posix.py::TestSystemAPIs::test_users tests/test_process.py::TestProcess::test_terminal tests/test_unicode.py::TestFSAPIs::test_memory_maps + + # fails on all AT containers + tests/test_system.py::TestMiscAPIs::test_users + + # failing without /sys/class/power_supply? + tests/test_memleaks.py::TestModuleFunctionsLeaks::test_sensors_battery + tests/test_misc.py::TestMisc::test_serialization ) # Since we are running in an environment a bit similar to CI,