python3Packages.mmengine: remove failing numpy.compat import

This commit is contained in:
Gaetan Lepage
2025-06-24 18:59:13 +02:00
parent c95be5b331
commit ef31a2ba5f
@@ -52,6 +52,11 @@ buildPythonPackage rec {
})
];
postPatch = ''
substituteInPlace tests/test_config/test_lazy.py \
--replace-fail "import numpy.compat" ""
'';
build-system = [ setuptools ];
dependencies = [