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

commit d7e736a3c24412b11d11bfd8eed2d983cdfa661d
Author: Nicolas Graves <ngra...@ngraves.fr>
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 <m...@nicolasgoaziou.fr>
---
 gnu/packages/engineering.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 13e1b59581..f082f34627 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2663,6 +2663,12 @@ measurement devices and test equipment via GPIB, RS232, 
Ethernet or USB.")
                 "1cidv2373lwxy26kbzg4slaqvn2gpq67mvijgp0rydfx6mm6a89i"))
               (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