python3Packages.mmengine: fix tests with mlflow 3.14

This commit is contained in:
gquetel
2026-06-25 13:10:00 +02:00
parent 5913f29911
commit c304ec5834
@@ -109,6 +109,11 @@ buildPythonPackage (finalAttrs: {
'';
disabledTestPaths = [
# MlflowVisBackend uses the deprecated mlflow filesystem store, which is
# throws an error since mlflow 3.13. See upstream issue:
# https://github.com/open-mmlab/mmengine/issues/1687
"tests/test_visualizer/test_vis_backend.py::TestMLflowVisBackend"
# Require unpackaged aim
"tests/test_visualizer/test_vis_backend.py::TestAimVisBackend"