summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-02 11:28:46 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-02 11:29:07 +0100
commita9d954a75ff63e05595c24512ed7a22d602f00b1 (patch)
tree20e84bc2674c9c1e1489db47d70a4914e908f60f /dev-python/psutil
parentmedia-sound/drumstick: Stabilize 2.9.1 amd64, #942748 (diff)
downloadgentoo-a9d954a75ff63e05595c24512ed7a22d602f00b1.tar.gz
gentoo-a9d954a75ff63e05595c24512ed7a22d602f00b1.tar.bz2
gentoo-a9d954a75ff63e05595c24512ed7a22d602f00b1.zip
dev-python/psutil: Add more deselects per AT results
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/psutil')
-rw-r--r--dev-python/psutil/psutil-6.1.0.ebuild9
1 files changed, 9 insertions, 0 deletions
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,