sharlatan pushed a commit to branch python-team
in repository guix.

commit 8654475fb5adbe32a39331754e2ee87f1951ebc2
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri May 10 00:53:19 2024 +0200

    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 <[email protected]>
---
 gnu/packages/engineering.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 70b27023f9..c5f93c0362 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

Reply via email to