python312Packages.plotly: deselect 2 tests on linux, unbreak python3.11

This commit is contained in:
Peder Bergebakken Sundt 2024-10-09 22:29:09 +02:00
parent 3059261b31
commit 31a40d3b34

View File

@ -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" ];