[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
158/222: gnu: python-scikit-rf: Fix tests.
From: |
guix-commits |
Subject: |
158/222: gnu: python-scikit-rf: Fix tests. |
Date: |
Fri, 1 Nov 2024 10:56:43 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit cef7f6e25803c7e81081a4212449e81988d8c6b5
Author: Nicolas Graves <ngraves@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 <mail@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 b441b4f035..029c876c97 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2753,6 +2753,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
- 125/222: gnu: python-sphinx-5: Disable failing tests., (continued)
- 125/222: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/01
- 127/222: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/01
- 143/222: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/01
- 151/222: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/01
- 153/222: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/11/01
- 122/222: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/01
- 128/222: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/01
- 130/222: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/01
- 133/222: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/01
- 149/222: gnu: Add ghc-language-python., guix-commits, 2024/11/01
- 158/222: gnu: python-scikit-rf: Fix tests.,
guix-commits <=
- 161/222: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/01
- 162/222: gnu: python-pypujs: Improve package style., guix-commits, 2024/11/01
- 163/222: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/11/01
- 167/222: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/11/01
- 165/222: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/11/01
- 173/222: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/11/01
- 181/222: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/11/01
- 190/222: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/01
- 198/222: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/01
- 202/222: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/11/01