python3Packages.threadpoolctl: disable failing tests

More tests are failing with mismatching thread count (64 != 80) on our
aarch64-linux builders.
This commit is contained in:
Martin Weinelt
2022-11-06 15:38:54 +01:00
parent 462b6c2826
commit e28e2a76b7
@@ -33,10 +33,14 @@ buildPythonPackage rec {
# developers' hardware
"test_architecture"
# https://github.com/joblib/threadpoolctl/issues/128
"test_threadpool_limits_by_prefix"
"test_controller_info_actualized"
"test_command_line_command_flag"
"test_command_line_import_flag"
"test_controller_info_actualized"
"test_set_threadpool_limits_by_api"
"test_set_threadpool_limits_no_limit"
"test_threadpool_limits_by_prefix"
"test_threadpool_limits_function_with_side_effect"
"test_threadpool_limits_manual_restore"
];
pythonImportsCheck = [