[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/91: gnu: python-pint: Disable benchmark tests.
From: |
guix-commits |
Subject: |
61/91: gnu: python-pint: Disable benchmark tests. |
Date: |
Thu, 23 May 2024 17:17:35 -0400 (EDT) |
ngz pushed a commit to branch python-team
in repository guix.
commit 8c64c896a08d63e17f8b55b1ed4e2528bacc1313
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 42e13bee18..869d8431a1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1672,7 +1672,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
- 54/91: gnu: python-jaraco-functools: Move to pyproject-build-system., (continued)
- 54/91: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/05/23
- 29/91: gnu: python-pypujs: Improve package style., guix-commits, 2024/05/23
- 51/91: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/05/23
- 31/91: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/05/23
- 42/91: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/05/23
- 45/91: gnu: abjad: Update to 3.19., guix-commits, 2024/05/23
- 36/91: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/05/23
- 26/91: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/05/23
- 57/91: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/05/23
- 59/91: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/05/23
- 61/91: gnu: python-pint: Disable benchmark tests.,
guix-commits <=
- 65/91: gnu: python-shtab: Move to pyproject-build-system., guix-commits, 2024/05/23
- 64/91: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/05/23
- 60/91: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/05/23
- 62/91: gnu: python-apprise: Improve package style., guix-commits, 2024/05/23
- 77/91: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/05/23
- 80/91: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/05/23
- 87/91: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/05/23
- 82/91: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/05/23
- 91/91: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/05/23
- 85/91: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/05/23