diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e867120e32..ceb26960e3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -159,6 +159,7 @@ ;;; Copyright © 2024 Aaron Covrig <aaron.covrig.us@ieee.org> ;;; Copyright © 2024 Evgeny Pisemsky <mail@pisemsky.site> ;;; Copyright © 2024 Markku Korkeala <markku.korkeala@iki.fi> +;;; Copyright © 2025 Jordan Moore <lockbox@struct.foo> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1864,6 +1865,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")))) @@ -16633,7 +16637,7 @@ similar to the Python standard library's @code{json} module.") (define-public python-resolvelib (package (name "python-resolvelib") - (version "0.7.1") + (version "1.0.1") (source (origin ;; Tests are missing from the PyPI release. @@ -16644,7 +16648,7 @@ similar to the Python standard library's @code{json} module.") (file-name (git-file-name name version)) (sha256 (base32 - "1fqz75riagizihvf4j7wc3zjw6kmg1dd8sf49aszyml105kb33n8")))) + "0cvgimmfickarm4ks5gb5iply6sf6r4fr3v6zyqyqg45fsgqy753")))) (build-system python-build-system) (arguments `(#:phases |
