Skip to content

Commit

Permalink
python3-psutil: fix check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Dec 22, 2023
1 parent ba37b08 commit 3569565
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion srcpkgs/python3-psutil/template
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,24 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
fi

if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
# Tests that fail on CI; the first one actually hangs!
make_check_args+=" --deselect
psutil/tests/test_process.py::TestProcess::test_wait_non_children"
psutil/tests/test_process.py::TestProcess::test_wait_non_children
psutil/tests/test_linux.py::TestRootFsDeviceFinder::test_comparisons
psutil/tests/test_linux.py::TestRootFsDeviceFinder::test_disk_partitions_mocked
psutil/tests/test_process.py::TestProcess::test_children_recursive
psutil/tests/test_process.py::TestProcess::test_oneshot_cache
psutil/tests/test_process.py::TestProcess::test_parent_multi
psutil/tests/test_process.py::TestProcess::test_parents
psutil/tests/test_process.py::TestProcess::test_parents_and_children
psutil/tests/test_process.py::TestProcess::test_zombie_process
psutil/tests/test_testutils.py::TestProcessUtils::test_reap_children
psutil/tests/test_testutils.py::TestProcessUtils::test_spawn_children_pair
psutil/tests/test_testutils.py::TestProcessUtils::test_spawn_zombie
psutil/tests/test_testutils.py::TestProcessUtils::test_terminate
psutil/tests/test_testutils.py::TestMemLeakClass::test_leak_mem
psutil/tests/test_process.py::TestPopen::test_misc
"
fi

post_install() {
Expand Down

0 comments on commit 3569565

Please sign in to comment.