python3Packages.lime: disable flaky test

This commit is contained in:
Timo Gottszky
2026-06-11 16:34:58 +02:00
parent 66afda3cda
commit 4888b12c8e
@@ -48,6 +48,8 @@ buildPythonPackage (finalAttrs: {
disabledTestPaths = [
# touches network
"lime/tests/test_lime_text.py"
# slightly flaky
"lime/tests/test_lime_tabular.py::TestLimeTabular::test_lime_explainer_entropy_discretizer"
];
pythonImportsCheck = [