add plotly disabled tests

This commit is contained in:
Osman Faruk Bayram 2025-09-07 17:43:51 +03:00
parent 3a46d089eb
commit 4081757a67

View file

@ -15,6 +15,11 @@ let
"test_process_termination" "test_process_termination"
]; ];
}); });
plotly = super.plotly.overridePythonAttrs (old: {
disabledTestPaths = (old.disabledTestPaths or []) ++ [
"tests/test_optional/test_kaleido/test_kaleido.py"
];
});
}; };
in in
pkgs.python313.override { inherit packageOverrides; self = python; }; pkgs.python313.override { inherit packageOverrides; self = python; };