diff options
-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 |