guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

359/361: gnu: python-pytest-mpl: Update to 0.17.0.


From: guix-commits
Subject: 359/361: gnu: python-pytest-mpl: Update to 0.17.0.
Date: Fri, 22 Nov 2024 06:01:15 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit 5167a59005fcfb8eca5a54a9a49712cc058b0e9c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 15 21:57:25 2024 +0000

    gnu: python-pytest-mpl: Update to 0.17.0.
    
    * gnu/packages/python-check.scm (python-pytest-mpl): Update to 0.17.0.
    [propagated-inputs]: Remove python-nose.
    
    Change-Id: Iecf1eae467d958353a4b16512150a229283a92c2
---
 gnu/packages/python-check.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 3f2d56997d..436e41ca57 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1095,13 +1095,13 @@ framework and makes it easy to undo any monkey 
patching.  The fixtures are:
 (define-public python-pytest-mpl
   (package
     (name "python-pytest-mpl")
-    (version "0.16.1")
+    (version "0.17.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-mpl" version))
        (sha256
-        (base32 "0sa4229xkkah3fdg9wnqnvb9j13xsd3x1h5rwbsgb3sf2a0icmrd"))))
+        (base32 "1inaaafzxgbxldz4xqvx68gpj8p5i30qlsgva8sb7d34wvbhbvzv"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -1114,7 +1114,6 @@ framework and makes it easy to undo any monkey patching.  
The fixtures are:
     (propagated-inputs
      (list python-jinja2
            python-matplotlib
-           python-nose
            python-packaging
            python-pillow))
     (home-page "https://github.com/matplotlib/pytest-mpl";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]