mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
d0333933b1
commit
cf1ea97b69
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue