GNU bug report logs - #42069
[PATCH 1/6] gnu: Add python-pytest-arraydiff.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Fri, 26 Jun 2020 22:17:02 UTC

Severity: normal

Tags: patch

Merged with 42070, 42071, 42072, 42073, 42074

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Marius Bakke <marius <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#42071: closed ([PATCH 2/6] gnu: Add python-pytest-doctestplus.)
Date: Sat, 25 Jul 2020 16:30:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 25 Jul 2020 18:29:34 +0200
with message-id <87pn8jsglt.fsf <at> 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 2/6] gnu: Add python-pytest-doctestplus.
to be marked as done.

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


-- 
42069: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42069
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH 2/6] gnu: Add python-pytest-doctestplus.
Date: Fri, 26 Jun 2020 19:15:38 -0300
* gnu/packages/check.scm (python-pytest-doctestplus): New variable.
---
 gnu/packages/check.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index ccf74cfb46..6b682d18a2 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1196,6 +1196,34 @@ subprocess and see the output as well as any file modifications.")
 (define-public python2-testtools-bootstrap
   (package-with-python2 python-testtools-bootstrap))
 
+(define-public python-pytest-doctestplus
+  (package
+    (name "python-pytest-doctestplus")
+    (version "0.7.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pytest-doctestplus" version))
+       (sha256
+        (base32 "1ai9kvd7xbq2jg2h8gmkb8lqzyrxvdh4zg3vxndg149iwd1hyi7d"))))
+    (build-system python-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda* (#:key inputs outputs #:allow-other-keys)
+             ;; Make the installed plugin discoverable by Pytest.
+             (add-installed-pythonpath inputs outputs)
+             (invoke "pytest" "-vv"))))))
+    (propagated-inputs
+     `(("python-pytest" ,python-pytest)))
+    (home-page "https://github.com/astropy/pytest-doctestplus")
+    (synopsis "Pytest plugin with advanced doctest features")
+    (description
+     "This package contains a plugin for the Pytest framework that provides
+advanced doctest support and enables the testing of reStructuredText files.")
+    (license license:bsd-3)))
+
 (define-public python-testtools
   (package
     (inherit python-testtools-bootstrap)
-- 
2.20.1



[Message part 3 (message/rfc822, inline)]
From: Marius Bakke <marius <at> gnu.org>
To: Brett Gilio <brettg <at> gnu.org>, Vinicius Monego <monego <at> posteo.net>
Cc: 42069-done <at> debbugs.gnu.org
Subject: Re: [bug#42069] [PATCH 1/6] gnu: Add python-pytest-arraydiff.
Date: Sat, 25 Jul 2020 18:29:34 +0200
[Message part 4 (text/plain, inline)]
Brett Gilio <brettg <at> gnu.org> writes:

> merge 42069 42070 42071 42072 42073 42074

Applied the whole series, thank you Vinicius!
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 358 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.