python3Packages.experiment-utilities: disable broken test (#498017)
This commit is contained in:
@@ -70,7 +70,11 @@ buildPythonPackage rec {
|
||||
torch
|
||||
];
|
||||
|
||||
disabledTests = [ "test_experimentstarter" ];
|
||||
disabledTests = [
|
||||
"test_experimentstarter"
|
||||
# https://github.com/ChrisReinke/exputils/issues/4
|
||||
"test_different_datatypes"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "exputils" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user