Merge pull request #144273 from risicle/ris-threadpoolctl-test-fix

python3Packages.threadpoolctl: disable test test_architecture
This commit is contained in:
Robert Scott
2021-11-05 19:11:10 +00:00
committed by GitHub
@@ -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";