commit:     a9d954a75ff63e05595c24512ed7a22d602f00b1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 10:28:46 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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,

Reply via email to