Merge pull request #144273 from risicle/ris-threadpoolctl-test-fix
python3Packages.threadpoolctl: disable test test_architecture
This commit is contained in:
commit
6f6f476bd6
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook numpy scipy ];
|
checkInputs = [ pytestCheckHook numpy scipy ];
|
||||||
|
disabledTests = [
|
||||||
|
# accepts a limited set of cpu models based on project
|
||||||
|
# developers' hardware
|
||||||
|
"test_architecture"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/joblib/threadpoolctl";
|
homepage = "https://github.com/joblib/threadpoolctl";
|
||||||
|
|
Loading…
Reference in a new issue