python3Packages.mmengine: disable failing tests

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-01-21 15:58:08 +01:00
parent f19b385c37
commit dc2e2dbdc4
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -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 = [