Merge pull request #283162 from Scrumplex/pkgs/python-mmengine/fix-build

This commit is contained in:
Sandro
2024-03-01 13:44:16 +01:00
committed by GitHub
@@ -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 = [