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
commit e6a6dd7a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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