python3Packages.threadpoolctl: disable test test_architecture

this test will only pass on a limited set of cpu models
This commit is contained in:
Robert Scott 2021-11-02 19:12:40 +00:00
parent 1d306e6286
commit 242a5a62f8

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