diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-05-10 00:53:57 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 23:53:19 +0100 |
commit | 94562749ff55869ac24e8343f6dd4ce9b22c22a4 (patch) | |
tree | fa87c56f12c8eafe2bc7891a274ac24964245acf /gnu/packages/python-xyz.scm | |
parent | cc4bce253edbc71cf1358ea19912e670210b61be (diff) |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |