[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
192/361: gnu: python-pint: Disable benchmark tests.
From: |
guix-commits |
Subject: |
192/361: gnu: python-pint: Disable benchmark tests. |
Date: |
Thu, 21 Nov 2024 06:29:16 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 09eb2f59de5e29e1a38d81bc0c33d9b24137732f
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 4a304b953c..691553664d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1791,7 +1791,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
- 166/361: gnu: gunicorn: Update to 21.2.0., (continued)
- 166/361: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/11/21
- 164/361: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/11/21
- 161/361: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/21
- 158/361: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/21
- 165/361: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/11/21
- 172/361: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/21
- 171/361: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/11/21
- 176/361: gnu: abjad: Update to 3.19., guix-commits, 2024/11/21
- 184/361: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/21
- 191/361: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/21
- 192/361: gnu: python-pint: Disable benchmark tests.,
guix-commits <=
- 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/21
- 198/361: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/21
- 206/361: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/11/21
- 208/361: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/21
- 211/361: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/21
- 233/361: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/21
- 28/361: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/21
- 33/361: gnu: Add python-rapidfuzz., guix-commits, 2024/11/21
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/21