From 329daafcc3c798dd180fd98ff757452e3e016235 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Tue, 7 Jan 2025 02:25:41 +0100 Subject: [PATCH] gnu: python-pint: Fix build. * gnu/packages/python-xyz.scm (python-pint)[arguments]<#:test-flags>: Modify. Change-Id: I6f7fc7c21a40325fc7f3b6536ae58e418337d4de --- gnu/packages/python-xyz.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e867120e32dda800fb28933a86d3799f752e3a23..d4893e9b538730675c81c8ed6092b868a7bbf796 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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"))))