From e28e2a76b704e7dc0b0c6ae003de2333827bd851 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 6 Nov 2022 15:38:54 +0100 Subject: [PATCH] python3Packages.threadpoolctl: disable failing tests More tests are failing with mismatching thread count (64 != 80) on our aarch64-linux builders. --- pkgs/development/python-modules/threadpoolctl/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/threadpoolctl/default.nix b/pkgs/development/python-modules/threadpoolctl/default.nix index c55bb1085309..5316c90c5d15 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 = [