add plotly disabled tests
This commit is contained in:
parent
3a46d089eb
commit
4081757a67
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ let
|
|||
"test_process_termination"
|
||||
];
|
||||
});
|
||||
plotly = super.plotly.overridePythonAttrs (old: {
|
||||
disabledTestPaths = (old.disabledTestPaths or []) ++ [
|
||||
"tests/test_optional/test_kaleido/test_kaleido.py"
|
||||
];
|
||||
});
|
||||
};
|
||||
in
|
||||
pkgs.python313.override { inherit packageOverrides; self = python; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue