emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42074: closed ([PATCH 6/6] gnu: Add python-pytest-mpl.)


From: GNU bug Tracking System
Subject: bug#42074: closed ([PATCH 6/6] gnu: Add python-pytest-mpl.)
Date: Sat, 25 Jul 2020 16:30:04 +0000

Your message dated Sat, 25 Jul 2020 18:29:34 +0200
with message-id <87pn8jsglt.fsf@gnu.org>
and subject line Re: [bug#42069] [PATCH 1/6] gnu: Add python-pytest-arraydiff.
has caused the debbugs.gnu.org bug report #42069,
regarding [PATCH 6/6] gnu: Add python-pytest-mpl.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42069: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42069
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 6/6] gnu: Add python-pytest-mpl. Date: Fri, 26 Jun 2020 19:15:42 -0300
* gnu/packages/check.scm (python-pytest-mpl): New variable.
---
 gnu/packages/check.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 5ed5675998..b49fd9e162 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2776,6 +2776,35 @@ loaded.")
 grew out of the @dfn{Vc} project.")
       (license license:bsd-3))))
 
+(define-public python-pytest-mpl
+  (package
+    (name "python-pytest-mpl")
+    (version "0.11")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pytest-mpl" version))
+       (sha256
+        (base32 "1km202c1s5kcn52fx0266p06qb34va3warcby594dh6vixxa9i96"))))
+    (build-system python-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             (invoke "pytest" "-vv"))))))
+    (propagated-inputs
+     `(("python-matplotlib" ,python-matplotlib)
+       ("python-nose" ,python-nose)
+       ("python-pillow" ,python-pillow)
+       ("python-pytest" ,python-pytest)))
+    (home-page "https://github.com/matplotlib/pytest-mpl";)
+    (synopsis "Pytest plugin to help with testing figures output from 
Matplotlib")
+    (description
+     "This is a plugin to facilitate image comparison for Matplotlib figures
+in Pytest.")
+    (license license:bsd-3)))
+
 (define-public python-pyfakefs
   (package
     (name "python-pyfakefs")
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42069] [PATCH 1/6] gnu: Add python-pytest-arraydiff. Date: Sat, 25 Jul 2020 18:29:34 +0200
Brett Gilio <brettg@gnu.org> writes:

> merge 42069 42070 42071 42072 42073 42074

Applied the whole series, thank you Vinicius!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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