mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.optuna: skip crashing tests on darwin
This commit is contained in:
parent
bbbf66e9c9
commit
4f40dcef1d
1 changed files with 10 additions and 0 deletions
|
|
@ -119,9 +119,19 @@ buildPythonPackage (finalAttrs: {
|
|||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# ValueError: Failed to start Kaleido subprocess. Error stream
|
||||
# kaleido/executable/kaleido: line 5: 5956 Illegal instruction: 4 ./bin/kaleido $@
|
||||
"test_edf_plot_no_trials"
|
||||
"test_edf_plot_no_trials_studies"
|
||||
"test_get_optimization_history_plot"
|
||||
"test_get_timeline_plot"
|
||||
"test_plot_contour"
|
||||
"test_plot_edf_with_multiple_studies"
|
||||
"test_plot_edf_with_target"
|
||||
"test_plot_edf_with_target_name"
|
||||
"test_plot_intermediate_values"
|
||||
"test_plot_parallel_coordinate"
|
||||
"test_plot_param_importances"
|
||||
"test_plot_rank"
|
||||
"test_plot_slice"
|
||||
"test_plot_terminator_improvement"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue