Skip to content

Commit

Permalink
python312Packages.plotly: deselect 2 tests on linux, unbreak python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Oct 9, 2024
1 parent 3059261 commit 31a40d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/plotly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ buildPythonPackage rec {
"test_dependencies_not_imported"
# FAILED test_init/test_lazy_imports.py::test_lazy_imports - AssertionError: assert 'plotly' not in {'IPython': <module 'IPython' from '...
"test_lazy_imports"
# requires vaex and polars, vaex is not packaged
"test_build_df_from_vaex_and_polars"
"test_build_df_with_hover_data_from_vaex_and_polars"
];

pythonImportsCheck = [ "plotly" ];
Expand Down

0 comments on commit 31a40d3

Please sign in to comment.