python312Packages.ipydatawidgets: fix build
This likely regressed after bumping to numpy 2.0. Disable the two failing tests for now, issues have been opened upstream.
This commit is contained in:
@@ -40,6 +40,17 @@ buildPythonPackage rec {
|
||||
nbval
|
||||
];
|
||||
|
||||
# Tests bind ports
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
pytestFlagsArray = [
|
||||
# https://github.com/vidartf/ipydatawidgets/issues/62
|
||||
"--deselect=ipydatawidgets/tests/test_ndarray_trait.py::test_dtype_coerce"
|
||||
|
||||
# https://github.com/vidartf/ipydatawidgets/issues/63
|
||||
"--deselect=examples/test.ipynb::Cell\\\ 3"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Widgets to help facilitate reuse of large datasets across different widgets";
|
||||
homepage = "https://github.com/vidartf/ipydatawidgets";
|
||||
|
||||
Reference in New Issue
Block a user