~ruther/guix-local

329daafcc3c798dd180fd98ff757452e3e016235 — Danny Milosavljevic 1 year, 6 months ago 5d9e839
gnu: python-pint: Fix build.

* gnu/packages/python-xyz.scm (python-pint)[arguments]<#:test-flags>: Modify.

Change-Id: I6f7fc7c21a40325fc7f3b6536ae58e418337d4de
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -0
@@ 1864,6 1864,9 @@ Markdown.  All extensions are found under the module namespace of pymdownx.")
             "-k" (string-append
                   ;; This test tries to write to $HOME/.cache/pint.
                   "not test_auto"
                   ;; Our pytest can't match RuntimeWarning for some reason.
                   ;; Note: python-pint@0.24.4 would work around this, too.
                   " and not test_nonnumeric_magnitudes"
                   ;; Fails with "Group USCSLengthInternational already
                   ;; present in registry"
                   " and not test_load_definitions_stage_2"))))