about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-06 15:38:54 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-06 15:38:54 +0100
commite28e2a76b704e7dc0b0c6ae003de2333827bd851 (patch)
tree98670b7aace6b9304c2bf3d157e8d49e7c5a82d8 /pkgs/development/python-modules
parent462b6c2826424c1db71af17f3a6160d629cb5480 (diff)
python3Packages.threadpoolctl: disable failing tests
More tests are failing with mismatching thread count (64 != 80) on our
aarch64-linux builders.
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/threadpoolctl/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/threadpoolctl/default.nix b/pkgs/development/python-modules/threadpoolctl/default.nix
index c55bb1085309a..5316c90c5d15e 100644
--- a/pkgs/development/python-modules/threadpoolctl/default.nix
+++ b/pkgs/development/python-modules/threadpoolctl/default.nix
@@ -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 = [