1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: python-scikit-rf: Fix tests.

* gnu/packages/engineering.scm (python-scikit-rf): Fix tests.
  [arguments]: Set <#:test-flags> to ignore failing tests.

Change-Id: I404b221dc9c1f15e045226196cc43d86b8796b6a
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Nicolas Graves
2024-05-10 00:53:19 +02:00
committed by Sharlatan Hellseher
parent d840fe75b8
commit adcada92da
+6
View File
@@ -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