[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
165/195: gnu: python-pint: Disable benchmark tests.
From: |
guix-commits |
Subject: |
165/195: gnu: python-pint: Disable benchmark tests. |
Date: |
Tue, 15 Oct 2024 03:30:08 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-rebased
in repository guix.
commit 94562749ff55869ac24e8343f6dd4ce9b22c22a4
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:57 2024 +0200
gnu: python-pint: Disable benchmark tests.
* gnu/packages/python-xyz.scm (python-pint):
[arguments]<#:test-flags>: Disable benchmark tests.
Change-Id: I0c6f0512f10f3e96da8b2fd4567df7d43703be10
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3ddae5ed10..f0e32b6ed6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1763,7 +1763,8 @@ Markdown. All extensions are found under the module
namespace of pymdownx.")
(arguments
(list
#:test-flags
- '(list "-k" (string-append
+ '(list "--ignore=pint/testsuite/benchmarks"
+ "-k" (string-append
;; This test tries to write to $HOME/.cache/pint.
"not test_auto"
;; Fails with "Group USCSLengthInternational already
- 107/195: gnu: python-ipywidgets: Update to 8.1.2., (continued)
- 107/195: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/10/15
- 134/195: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/10/15
- 111/195: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/10/15
- 121/195: gnu: Add ghc-language-python., guix-commits, 2024/10/15
- 126/195: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/10/15
- 116/195: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/10/15
- 123/195: gnu: qtile: Update to 0.23.0., guix-commits, 2024/10/15
- 125/195: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/10/15
- 183/195: gnu: python-pyan3: Move to pyproject-build-system., guix-commits, 2024/10/15
- 190/195: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/10/15
- 165/195: gnu: python-pint: Disable benchmark tests.,
guix-commits <=
- 177/195: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/10/15
- 192/195: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/10/15
- 133/195: gnu: dynaconf: Improve package style., guix-commits, 2024/10/15
- 129/195: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/10/15
- 131/195: gnu: gunicorn: Adjust package style., guix-commits, 2024/10/15
- 124/195: gnu: qtile: Improve package style., guix-commits, 2024/10/15
- 142/195: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/10/15
- 149/195: gnu: abjad: Update to 3.19., guix-commits, 2024/10/15
- 145/195: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/10/15
- 147/195: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/10/15