pythonPackages.skorch: mark broken
This commit is contained in:
parent
6ec8a98248
commit
00d6078d8e
@ -26,8 +26,8 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ numpy pytorch scikitlearn scipy tabulate tqdm ];
|
propagatedBuildInputs = [ numpy pytorch scikitlearn scipy tabulate tqdm ];
|
||||||
checkInputs = [ pytest pytestcov flaky pandas pytestCheckHook ];
|
checkInputs = [ pytest pytestcov flaky pandas pytestCheckHook ];
|
||||||
|
|
||||||
# on CPU, these expect artifacts from previous GPU run
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
|
# on CPU, these expect artifacts from previous GPU run
|
||||||
"test_load_cuda_params_to_cpu"
|
"test_load_cuda_params_to_cpu"
|
||||||
"test_pickle_load"
|
"test_pickle_load"
|
||||||
];
|
];
|
||||||
@ -38,5 +38,7 @@ buildPythonPackage rec {
|
|||||||
changelog = "https://github.com/skorch-dev/skorch/blob/master/CHANGES.md";
|
changelog = "https://github.com/skorch-dev/skorch/blob/master/CHANGES.md";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
|
# TypeError: __init__() got an unexpected keyword argument 'iid'
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user