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
commit 6f6f476bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";