python3Packages.mmengine: disable failing tests
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
f19b385c37
commit
dc2e2dbdc4
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ buildPythonPackage rec {
|
|||
disabledTestPaths = [
|
||||
# AttributeError
|
||||
"tests/test_fileio/test_backends/test_petrel_backend.py"
|
||||
# Freezes forever?
|
||||
"tests/test_runner/test_activation_checkpointing.py"
|
||||
# missing dependencies
|
||||
"tests/test_visualizer/test_vis_backend.py"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
|
|
Loading…
Reference in a new issue