We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f978f8 commit 9ea402cCopy full SHA for 9ea402c
1 file changed
pkgs/development/python-modules/ipydatawidgets/default.nix
@@ -40,6 +40,17 @@ buildPythonPackage rec {
40
nbval
41
];
42
43
+ # Tests bind ports
44
+ __darwinAllowLocalNetworking = true;
45
+
46
+ pytestFlagsArray = [
47
+ # https://github.com/vidartf/ipydatawidgets/issues/62
48
+ "--deselect=ipydatawidgets/tests/test_ndarray_trait.py::test_dtype_coerce"
49
50
+ # https://github.com/vidartf/ipydatawidgets/issues/63
51
+ "--deselect=examples/test.ipynb::Cell\\\ 3"
52
+ ];
53
54
meta = {
55
description = "Widgets to help facilitate reuse of large datasets across different widgets";
56
homepage = "https://github.com/vidartf/ipydatawidgets";
0 commit comments