diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 52cec2a095..3be80b697c 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2757,6 +2757,12 @@ Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the "0idr730zdwlxdqyvh3s24720pxrjhwixih24gbqzipgp8nh0713i")) (file-name (git-file-name name version)))) (build-system pyproject-build-system) + (arguments + (list + #:test-flags '(list ;; Missing docscrape dependency. + "--ignore=doc/sphinxext/tests/test_docscrape.py" + ;; these test require network + "--ignore=skrf/tests/test_network.py"))) (propagated-inputs (list python-matplotlib python-networkx python-numpy |