Skip to content

Commit

Permalink
Merge pull request #144273 from risicle/ris-threadpoolctl-test-fix
Browse files Browse the repository at this point in the history
python3Packages.threadpoolctl: disable test test_architecture
  • Loading branch information
risicle authored Nov 5, 2021
2 parents 558c76b + 242a5a6 commit 6f6f476
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/threadpoolctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ buildPythonPackage rec {
};

checkInputs = [ pytestCheckHook numpy scipy ];
disabledTests = [
# accepts a limited set of cpu models based on project
# developers' hardware
"test_architecture"
];

meta = with lib; {
homepage = "https://github.com/joblib/threadpoolctl";
Expand Down

0 comments on commit 6f6f476

Please sign in to comment.