From unknown Fri Aug 15 16:21:46 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42069 <42069@debbugs.gnu.org> To: bug#42069 <42069@debbugs.gnu.org> Subject: Status: [PATCH 1/6] gnu: Add python-pytest-arraydiff. Reply-To: bug#42069 <42069@debbugs.gnu.org> Date: Fri, 15 Aug 2025 23:21:46 +0000 retitle 42069 [PATCH 1/6] gnu: Add python-pytest-arraydiff. reassign 42069 guix-patches submitter 42069 Vinicius Monego severity 42069 normal tag 42069 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 26 18:16:40 2020 Received: (at submit) by debbugs.gnu.org; 26 Jun 2020 22:16:40 +0000 Received: from localhost ([127.0.0.1]:43256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joweG-0008IC-F6 for submit@debbugs.gnu.org; Fri, 26 Jun 2020 18:16:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:60272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joweC-0008Hi-M1 for submit@debbugs.gnu.org; Fri, 26 Jun 2020 18:16:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59594) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joweB-0007JP-W7 for guix-patches@gnu.org; Fri, 26 Jun 2020 18:16:36 -0400 Received: from mout02.posteo.de ([185.67.36.66]:40663) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jowe9-0006Fs-Nl for guix-patches@gnu.org; Fri, 26 Jun 2020 18:16:35 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id CFF532400FB for ; Sat, 27 Jun 2020 00:16:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1593209787; bh=irBU8EqVvKALQZlukLKkaiRTwolwtT+ytPpJUxprZMI=; h=From:To:Cc:Subject:Date:From; b=J5cnCiXIGK6ZV9HQ6pjx5HY9s079dDFFl8qWbFPe+Fa356JR6dc9Ecbx7lRnziIN5 VNtcWGTMIO5UMoldI8fkAAOOnOItVzIHMRRx2RwVxY+tb8VcNo99i2Ly1AofqtIFfr MrHyw6Kc6LwNByYpe386eqqaVOLWaKR0WY4gJf2vx9VBJXqHIA2t+YGf5N6p1l+74a IVzTP0vtxiTxQ421j3xQ9ST1bKJqfb4lbSFdNKrw3h7yfygf2yTMW+U96OY/W3dT03 fzvbUdX43Tgpuw3DBiXaUgPmZ3uYx3Jlpvb9v4bg/mknnXQiQ/oi1GjMrr0kHq6LJ8 YoCjMx6ziicCA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49trnk22hYz9rxS; Sat, 27 Jun 2020 00:16:25 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH 1/6] gnu: Add python-pytest-arraydiff. Date: Fri, 26 Jun 2020 19:15:37 -0300 Message-Id: <20200626221542.22604-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/26 16:25:15 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/check.scm (python-pytest-arraydiff): New variable. --- gnu/packages/check.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index df9d380f71..ccf74cfb46 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1750,6 +1750,33 @@ look and feel of py.test, using a progress bar and showing failures and errors instantly.") (license license:bsd-3))) +(define-public python-pytest-arraydiff + (package + (name "python-pytest-arraydiff") + (version "0.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-arraydiff" version)) + (sha256 + (base32 "05bcvhh2ycxa35znl8b3l9vkcmx7vwm5c3fpakbpw46c7vsn4bfy")))) + (build-system python-build-system) + (arguments + ;; Tests require python-astropy, which itself requires this package. + ;; Disable tests to avoid the circular dependency problem. + '(#:tests? #f)) + (propagated-inputs + `(("python-numpy" ,python-numpy) + ("python-pytest" ,python-pytest) + ("python-six" ,python-six))) + (home-page "https://github.com/astropy/pytest-arraydiff") + (synopsis "Pytest plugin to help with comparing array output from tests") + (description + "This is a py.test plugin to facilitate the generation and comparison of +data arrays produced during tests, in particular in cases where the arrays +are too large to conveniently hard-code them in the tests.") + (license license:bsd-3))) + (define-public python-hypothesis (package (name "python-hypothesis") -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 07 08:31:02 2020 Received: (at 42069) by debbugs.gnu.org; 7 Jul 2020 12:31:02 +0000 Received: from localhost ([127.0.0.1]:35688 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsmkX-0003na-QG for submit@debbugs.gnu.org; Tue, 07 Jul 2020 08:31:02 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:33521) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsmkW-0003n5-Hk for 42069@debbugs.gnu.org; Tue, 07 Jul 2020 08:31:01 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id C942724000E; Tue, 7 Jul 2020 12:30:53 +0000 (UTC) From: Nicolas Goaziou To: Vinicius Monego Subject: Re: [bug#42069] [PATCH 1/6] gnu: Add python-pytest-arraydiff. References: <20200626221542.22604-1-monego@posteo.net> Date: Tue, 07 Jul 2020 14:30:52 +0200 In-Reply-To: <20200626221542.22604-1-monego@posteo.net> (Vinicius Monego's message of "Fri, 26 Jun 2020 19:15:37 -0300") Message-ID: <878sfv7bib.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42069 Cc: 42069@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Vinicius Monego writes: > * gnu/packages/check.scm (python-pytest-arraydiff): New variable. Would it make sense to add all the python-pytest-* stuff to "python-check.scm" instead of "check.scm"? Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 23 14:24:09 2020 Received: (at submit) by debbugs.gnu.org; 23 Jul 2020 18:24:09 +0000 Received: from localhost ([127.0.0.1]:45987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyft3-0008Q4-Gq for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:51310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyft1-0008Pw-7r for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52308) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyft0-0002Y1-Pc for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:07 -0400 Received: from mout02.posteo.de ([185.67.36.66]:42661) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyfsy-0000WP-Lw for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:06 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id BC3D62400FD for ; Thu, 23 Jul 2020 20:24:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1595528640; bh=wFR9+d/OYoAPalTrXgD6EEsKM0dtNsYA/mJvmdycelI=; h=From:To:Cc:Subject:Date:From; b=D+8/WPXYUMZ5FxWVkbIzFxOlxbS/LFydLmbDk71zUhwGCXL0Im+d+D+sBgQk9vBua pCm2SqAXwG5pPqTaN60mWRfH8q1WZ8DMEr6OVECsqwYbEL3urw09iAK7uaUEeXvZ06 qxDWtwtI/7IeqXa7GcoIDG0kCtUt/yoPMS2i/e77B+rpPvpqnJnzHsUAW8AwR+dm+o JC3oiL/g+qmxXTQpDft8t2U95kYcaNPnU2GgOBFoy9epURUkA7zpTYHl20apbWz+Qz Fs8FaqNoq9Ij8NWNLRUC73xKF4sNcoYT6aU9BS7dso47ubKmDov9L37G062J/NU4Iu IgdZuHwP6PGiw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BCLM309MBz6tmN; Thu, 23 Jul 2020 20:23:58 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH v2 1/6] gnu: Add python-pytest-arraydiff. Date: Thu, 23 Jul 2020 15:23:23 -0300 Message-Id: <20200723182328.49525-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200626221542.22604-1-monego@posteo.net> References: <20200626221542.22604-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 14:24:01 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-check.scm (python-pytest-arraydiff): New variable. --- gnu/packages/python-check.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 200bce6ced..bc0da40cbd 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2020 Julien Lepiller ;;; Copyright © 2020 Marius Bakke ;;; Copyright © 2020 Edouard Klein +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -125,6 +126,32 @@ detect the absence of a cassette file and once again record all HTTP interactions, which will update them to correspond to the new API.") (license license:expat))) +(define-public python-pytest-arraydiff + (package + (name "python-pytest-arraydiff") + (version "0.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-arraydiff" version)) + (sha256 + (base32 "05bcvhh2ycxa35znl8b3l9vkcmx7vwm5c3fpakbpw46c7vsn4bfy")))) + (build-system python-build-system) + (arguments + ;; Tests require python-astropy, which itself requires this package. + ;; Disable tests to avoid the circular dependency problem. + '(#:tests? #f)) + (propagated-inputs + `(("python-numpy" ,python-numpy) + ("python-six" ,python-six))) + (home-page "https://github.com/astropy/pytest-arraydiff") + (synopsis "Pytest plugin to help with comparing array output from tests") + (description + "This is a py.test plugin to facilitate the generation and comparison of +data arrays produced during tests, in particular in cases where the arrays +are too large to conveniently hard-code them in the tests.") + (license license:bsd-3))) + (define-public python-pytest-vcr (package (name "python-pytest-vcr") -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 23 14:24:15 2020 Received: (at submit) by debbugs.gnu.org; 23 Jul 2020 18:24:15 +0000 Received: from localhost ([127.0.0.1]:45991 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyft8-0008QM-PG for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:51314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyft6-0008QE-GT for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52352) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyft6-0002YC-BO for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:12 -0400 Received: from mout02.posteo.de ([185.67.36.66]:34205) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyft4-0000YI-NL for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:12 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E5EDD2400FC for ; Thu, 23 Jul 2020 20:24:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1595528647; bh=exZGS9ODiAhFbzbYIDtGcT8WXJnFb/mHyS9JDjoscm8=; h=From:To:Cc:Subject:Date:From; b=M3Q10UXZcZqIL72nmYV1r2I2t8W4JajUZJI3o19aoXJa8U/P7B3lwEqPMQCZMzeUx 79JW8LK3l2jzulBDU5+zWnTdqaVjsttn6tQ9gvRxRm22Y+ZUpN2Zgk3Ore+8nGjVGr tIUCWwBdd9lPOIR48R8R/Mvb44LEujDEDpHtpGKHCifa/zAOpgrKsYr47TXR06n8Cq hOyItUmQf0R6qb6k/vec7KdM0/pifN7zT/mFkq30gGaHCvK+JExVEDKMX9cZwWyEau ZwibAZIasG3dsti+ozDa0pd4EC6dhHZy4ZXsp1dzGcsKBcc0ePX+KjbQAX7ypCeDiP ydOyT1jK8puMw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BCLMB1Bv1z6tmQ; Thu, 23 Jul 2020 20:24:05 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH v2 2/6] gnu: Add python-pytest-doctestplus. Date: Thu, 23 Jul 2020 15:23:24 -0300 Message-Id: <20200723182328.49525-2-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200723182328.49525-1-monego@posteo.net> References: <20200626221542.22604-1-monego@posteo.net> <20200723182328.49525-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 14:24:01 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-check.scm (python-pytest-doctestplus): New variable. --- gnu/packages/python-check.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index bc0da40cbd..bdcfce7c82 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -152,6 +152,34 @@ data arrays produced during tests, in particular in cases where the arrays are too large to conveniently hard-code them in the tests.") (license license:bsd-3))) +(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")))))) + (native-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-pytest-vcr (package (name "python-pytest-vcr") -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 23 14:24:17 2020 Received: (at submit) by debbugs.gnu.org; 23 Jul 2020 18:24:17 +0000 Received: from localhost ([127.0.0.1]:45995 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyftB-0008Qb-Au for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:51322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyftA-0008QU-3I for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52366) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyft9-0002YU-U8 for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:15 -0400 Received: from mout01.posteo.de ([185.67.36.65]:43499) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyft8-0000Yg-5z for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:15 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5D93016005F for ; Thu, 23 Jul 2020 20:24:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1595528652; bh=17z0nx3GkXhHdeV8wuH1iLwrW+6hSvRRh7kEVuGxg9s=; h=From:To:Cc:Subject:Date:From; b=X4lyD6D7cc/edWeCCqXiRtNPUUCKwOpR72LusjXg5kzHdAsDMFQMvX0Y8Vhra4yyv uKCXh5SKxvpGXAOzTJwNwyeoEVuMQoqKe6Gu2ai/Ocu+LywzR7PFxL3LlPc2V3N12d 4UhVtL5S40THKV6Nk8QgXpsgBQa6V08uf6Kg6PrUVXFzh2PGgOB+8eL1nhiwis0ALu unKISpMWqDSkM2oLVY6b5cLz3oaEr6wpfhNzS/iP+KZue26dSnvXzaWNh/ATBMlCcF TdiyIZ16L4HTI1yuF1xRygqRplAcrH1GyxENb/M/WLPsjZa4VJbCGt9pIbWsh6bybo Oa7fdDm/f0kow== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BCLMG6c9wz6tmG; Thu, 23 Jul 2020 20:24:10 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH v2 3/6] gnu: Add python-pytest-filter-subpackage. Date: Thu, 23 Jul 2020 15:23:25 -0300 Message-Id: <20200723182328.49525-3-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200723182328.49525-1-monego@posteo.net> References: <20200626221542.22604-1-monego@posteo.net> <20200723182328.49525-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 11:56:06 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-check.scm (python-pytest-filter-subpackage): New variable. --- gnu/packages/python-check.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index bdcfce7c82..b21fa995c6 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -180,6 +180,41 @@ are too large to conveniently hard-code them in the tests.") advanced doctest support and enables the testing of reStructuredText files.") (license license:bsd-3))) +(define-public python-pytest-filter-subpackage + (package + (name "python-pytest-filter-subpackage") + (version "0.1.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-filter-subpackage" version)) + (sha256 + (base32 "1s4s2kd31yc65rfvl4xhy8xx806xhy59kc7668h6b6wq88xgrn5p")))) + (build-system python-build-system) + (arguments + '(;; One test is failing. There's an issue reported upstream. See + ;; https://github.com/astropy/pytest-filter-subpackage/issues/3. + ;; Disable it for now. + #: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" "-k" "not test_with_rst")))))) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov) + ("python-pytest-doctestplus" + ,python-pytest-doctestplus))) + (home-page "https://github.com/astropy/pytest-filter-subpackage") + (synopsis "Pytest plugin for filtering based on sub-packages") + (description + "This package contains a simple plugin for the pytest framework that +provides a shortcut to testing all code and documentation for a given +sub-package.") + (license license:bsd-3))) + (define-public python-pytest-vcr (package (name "python-pytest-vcr") -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 23 14:24:22 2020 Received: (at submit) by debbugs.gnu.org; 23 Jul 2020 18:24:22 +0000 Received: from localhost ([127.0.0.1]:45999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyftF-0008Qv-IO for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:51328) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyftD-0008Qm-Uk for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52380) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyftD-0002Z2-PS for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:19 -0400 Received: from mout01.posteo.de ([185.67.36.65]:54450) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyftC-0000Yv-67 for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:19 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 91ABB16005F for ; Thu, 23 Jul 2020 20:24:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1595528656; bh=mCj55RTh43jyKFepvyAUEHFpHxefby6oMyvIH8hyduY=; h=From:To:Cc:Subject:Date:From; b=jGsi+8woj9+GTgdHD/f2yW+nEIv8qh1cmQPMTfYvVITWE3lAQsKHpjqa7P5DaHJls jnlowAHD78gRD1Q+hBSJJhBujw00AaIPTXtqw0JUXnR75tXXLh8XQ92hmDD4Hmrbhc 8j9+oLThCkcGf5ZXzgy3BoSjxGjsKvqrGOeZOrA9K8iw3/MeaNh5V5XrLrjPY/3+Yl ay63RtKfcIs7RJO+HdQ/C8y4DiIpzevikEveSM7uf7yeY5UvOO/ciVUygNVcZlR3Rt W3ENd4jvKBYWu9kTxI8ZCMUh/tlbJ16/QdHodTfxhTk4ZmN12KArnKC9XGbS5I5zMM uzpph3pTHTONQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BCLMM2ntBz6tmG; Thu, 23 Jul 2020 20:24:15 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH v2 4/6] gnu: Add python-pytest-openfiles. Date: Thu, 23 Jul 2020 15:23:26 -0300 Message-Id: <20200723182328.49525-4-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200723182328.49525-1-monego@posteo.net> References: <20200626221542.22604-1-monego@posteo.net> <20200723182328.49525-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 11:56:06 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-check.scm (python-pytest-openfiles): New variable. --- gnu/packages/python-check.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index b21fa995c6..de8cb09c48 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -215,6 +215,38 @@ provides a shortcut to testing all code and documentation for a given sub-package.") (license license:bsd-3))) +(define-public python-pytest-openfiles + (package + (name "python-pytest-openfiles") + (version "0.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-openfiles" version)) + (sha256 + (base32 "0n0a7fdc9m86360y96l23fvdmd6rw04bl6h5xqgl9qxfv08jk70p")))) + (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")))))) + (native-inputs + `(("python-setuptools-scm" ,python-setuptools-scm) + ("python-pytest" ,python-pytest))) + (propagated-inputs + `(("python-psutil" ,python-psutil))) + (home-page "https://github.com/astropy/pytest-openfiles") + (synopsis "Pytest plugin for detecting inadvertent open file handles") + (description + "This package provides a plugin for the pytest framework that allows +developers to detect whether any file handles or other file-like objects +were inadvertently left open at the end of a unit test.") + (license license:bsd-3))) + (define-public python-pytest-vcr (package (name "python-pytest-vcr") -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 23 14:24:25 2020 Received: (at submit) by debbugs.gnu.org; 23 Jul 2020 18:24:25 +0000 Received: from localhost ([127.0.0.1]:46003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyftJ-0008RC-7A for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:51332) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyftH-0008R5-MS for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52400) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyftH-0002Z7-Go for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:23 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57897) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyftF-0000ZL-T6 for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:23 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 85F8B2400FD for ; Thu, 23 Jul 2020 20:24:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1595528660; bh=qlMiu8cgeRFdqtFS3xUWN+u0mBTzZI88JAfxqj3YMtE=; h=From:To:Cc:Subject:Date:From; b=RBG5cVj83sLP+Ni5a47IYluVP7eOx/LFkS9KgO7ScZVJ8Miek52gm4nycMK0NHoFL VLhvRHWj8ugNKPEcMUnL6fhDfpNk3bF2QtIl2dXLEma/CT22svq2GIj1RHzFvox5hp TBttG5IrpHhtWjGli+LpB826dfQ6VlscDjhKjKL8ydAkRlId1qtl+msZWllZyjuZQ1 KrIsrz2i7GphDX0GdT9S9MgNKcv0po80acSm04Fdr5dCMquAzUVpRmn5xqkl4OZ9Z4 ASG1JVsnaL6arCoGogsT2HMNLcwdPRhqvKeCK82n94uoJL4MP7urqXM3Aog2NTBI1/ 5/srZZ5yvIqew== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BCLMR1z0jz6tmD; Thu, 23 Jul 2020 20:24:19 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH v2 5/6] gnu: Add python-pytest-remotedata. Date: Thu, 23 Jul 2020 15:23:27 -0300 Message-Id: <20200723182328.49525-5-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200723182328.49525-1-monego@posteo.net> References: <20200626221542.22604-1-monego@posteo.net> <20200723182328.49525-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 14:24:01 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-check.scm (python-pytest-remotedata): New variable. --- gnu/packages/python-check.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index de8cb09c48..507d9cf468 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -247,6 +247,41 @@ developers to detect whether any file handles or other file-like objects were inadvertently left open at the end of a unit test.") (license license:bsd-3))) +(define-public python-pytest-remotedata + (package + (name "python-pytest-remotedata") + (version "0.3.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-remotedata" version)) + (sha256 + (base32 "1h6g6shib6z07azf12rnsa053470ggbd7hy3bnbw8nf3nza5h372")))) + (build-system python-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs #:allow-other-keys) + ;; Make ;TODO: he installed plugin discoverable by Pytest. + (add-installed-pythonpath inputs outputs) + (invoke "pytest" "-vv" "-k" + (string-append + ;; These tests require internet access. Disable them. + "not test_default_behavior" + " and not test_strict_with_decorator"))))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (propagated-inputs + `(("python-six" ,python-six))) + (home-page "https://github.com/astropy/pytest-remotedata") + (synopsis "Pytest plugin for controlling remote data access") + (description + "This package provides a plugin for the Pytest framework that allows +developers to control unit tests that require access to data from the +internet.") + (license license:bsd-3))) + (define-public python-pytest-vcr (package (name "python-pytest-vcr") -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 23 14:24:31 2020 Received: (at submit) by debbugs.gnu.org; 23 Jul 2020 18:24:31 +0000 Received: from localhost ([127.0.0.1]:46007 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyftP-0008RW-F5 for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:51336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyftO-0008RO-6u for submit@debbugs.gnu.org; Thu, 23 Jul 2020 14:24:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52424) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyftO-0002ZC-15 for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:30 -0400 Received: from mout01.posteo.de ([185.67.36.65]:55624) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyftM-0000b6-BB for guix-patches@gnu.org; Thu, 23 Jul 2020 14:24:29 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 18F4F16005C for ; Thu, 23 Jul 2020 20:24:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1595528667; bh=5zFt3M6J4guYeSOy16p5igLeFrshmbKrzgnL8tKuxsA=; h=From:To:Cc:Subject:Date:From; b=RQYzSOBq1vV8e0ctI8MEZmYIvAF7tzajhhCfaQTy1dnnxsFiHfsD8MBaI2/a/QDli YE8AQKNrYxJVNlWmxYA7KjFoY7vwkMjYVdX14GZSCeQ6r3+B6E2+Kn+mvIOoRW/G59 G+6ipMGccI8Spjm6CqwGfmDD0F9Gp6kyT43wd64d7FOwjCahPVUzalmPFl1DuPqhVW +Np6m5vGw1Rwy2uMj4WG9RV3UyAXXZVVtf3k55PHB0hXFuJ89gk23emb1Y6Z6Uwd95 3quD1/MuqOT5BfqsJK1hP8ijoB5p4NzoYC/NhfUCdkR8kRJC9MfWKB5RetfUfuThVy /f6yvNtwRjoBw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BCLMY5tc6z6tmK; Thu, 23 Jul 2020 20:24:25 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH v2 6/6] gnu: Add python-pytest-mpl. Date: Thu, 23 Jul 2020 15:23:28 -0300 Message-Id: <20200723182328.49525-6-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200723182328.49525-1-monego@posteo.net> References: <20200626221542.22604-1-monego@posteo.net> <20200723182328.49525-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 11:56:06 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-check.scm (python-pytest-mpl): New variable. --- gnu/packages/python-check.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 507d9cf468..617e474bf0 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -282,6 +282,35 @@ developers to control unit tests that require access to data from the internet.") (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")))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (propagated-inputs + `(("python-matplotlib" ,python-matplotlib) + ("python-pillow" ,python-pillow))) + (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-pytest-vcr (package (name "python-pytest-vcr") -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 24 22:20:49 2020 Received: (at 42069) by debbugs.gnu.org; 25 Jul 2020 02:20:49 +0000 Received: from localhost ([127.0.0.1]:49090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jz9nt-0002VG-GD for submit@debbugs.gnu.org; Fri, 24 Jul 2020 22:20:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jz9nr-0002Uv-4G; Fri, 24 Jul 2020 22:20:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37423) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jz9nl-000769-MX; Fri, 24 Jul 2020 22:20:41 -0400 Received: from [2605:6000:1a0d:48fb::e9] (port=32824 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jz9nl-0000uN-1e; Fri, 24 Jul 2020 22:20:41 -0400 From: Brett Gilio To: Vinicius Monego Subject: Re: [bug#42069] [PATCH 1/6] gnu: Add python-pytest-arraydiff. References: <20200626221542.22604-1-monego@posteo.net> Date: Fri, 24 Jul 2020 21:20:50 -0500 In-Reply-To: <20200626221542.22604-1-monego@posteo.net> (Vinicius Monego's message of "Fri, 26 Jun 2020 19:15:37 -0300") Message-ID: <87tuxw2v3x.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42069 Cc: control@debbugs.gnu.org, 42069@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) merge 42069 42070 42071 42072 42073 42074 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 25 12:25:20 2020 Received: (at 42069) by debbugs.gnu.org; 25 Jul 2020 16:25:20 +0000 Received: from localhost ([127.0.0.1]:50958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzMz9-0005Do-TH for submit@debbugs.gnu.org; Sat, 25 Jul 2020 12:25:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzMz9-0005Da-39 for 42069@debbugs.gnu.org; Sat, 25 Jul 2020 12:25:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46568) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzMz3-0004za-82; Sat, 25 Jul 2020 12:25:13 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:43744 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jzMyx-0001ga-PL; Sat, 25 Jul 2020 12:25:09 -0400 From: Marius Bakke To: Vinicius Monego , 42069@debbugs.gnu.org Subject: Re: [bug#42069] [PATCH v2 1/6] gnu: Add python-pytest-arraydiff. In-Reply-To: <20200723182328.49525-1-monego@posteo.net> References: <20200626221542.22604-1-monego@posteo.net> <20200723182328.49525-1-monego@posteo.net> Date: Sat, 25 Jul 2020 18:24:50 +0200 Message-ID: <87v9ibsgtp.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42069 Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Vinicius Monego writes: > * gnu/packages/python-check.scm (python-pytest-arraydiff): New variable. Applied, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8cXNIACgkQoqBt8qM6 VPpQ9gf/UvYrp+auEOxpV/LSkKnM204znBmR6jbEhr3NTDivDUtluxn8vEuVQWAs B7TInBGiNpE0o/beQK4vmnvcIPauimCMxdoQwP5XaUhDihGoCqhX9HEvYh1aCPPs NLHvVBDNTBsW1SEwtmsJzhfjyTE6ZAjJUQfz9dIy+iAsxCHUPYfpv4Es2uJECQdW UJcWpD/D+MxDVpRipB7wyHWvDwOqlEvVgd1MkKEj0aaz5BX2B2DVOkCjrbR82abQ QR3cHVGQR21xuLesFhaPgEEIfCwuuCKOnzO0uvETFV9r/y8Nc4GKLXHp8pyh3CNe nY+vDc7yN1DWpB4D7bMCV8NGv9LiAw== =eqU6 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 25 12:29:32 2020 Received: (at 42069) by debbugs.gnu.org; 25 Jul 2020 16:29:32 +0000 Received: from localhost ([127.0.0.1]:50967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzN3D-0005Jz-OY for submit@debbugs.gnu.org; Sat, 25 Jul 2020 12:29:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzN3C-0005Jm-1W for 42069@debbugs.gnu.org; Sat, 25 Jul 2020 12:29:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46611) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzN36-0005fi-LC; Sat, 25 Jul 2020 12:29:24 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:43992 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jzN34-00015l-LI; Sat, 25 Jul 2020 12:29:23 -0400 From: Marius Bakke To: Vinicius Monego , 42069@debbugs.gnu.org Subject: Re: [bug#42069] [PATCH v2 5/6] gnu: Add python-pytest-remotedata. In-Reply-To: <20200723182328.49525-5-monego@posteo.net> References: <20200626221542.22604-1-monego@posteo.net> <20200723182328.49525-1-monego@posteo.net> <20200723182328.49525-5-monego@posteo.net> Date: Sat, 25 Jul 2020 18:29:05 +0200 Message-ID: <87r1szsgmm.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42069 Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Vinicius Monego writes: > * gnu/packages/python-check.scm (python-pytest-remotedata): New variable. [...] =20=20 > +(define-public python-pytest-remotedata > + (package > + (name "python-pytest-remotedata") > + (version "0.3.2") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "pytest-remotedata" version)) > + (sha256 > + (base32 "1h6g6shib6z07azf12rnsa053470ggbd7hy3bnbw8nf3nza5h372"))= )) > + (build-system python-build-system) > + (arguments > + '(#:phases > + (modify-phases %standard-phases > + (replace 'check > + (lambda* (#:key inputs outputs #:allow-other-keys) > + ;; Make ;TODO: he installed plugin discoverable by Pytest. I removed the stray TODO and committed. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8cXdEACgkQoqBt8qM6 VPqRoAf+PIrsesZlxS7GhLwHcMxRCFS/HWa94RJsVDwxvGJxacpg8Dgez6eDtiYa CorRoJx66hGzkPqr/i/63I0RYJSadu2NTr7R8vsgdbiOSv+2aPBCwbdfnNhpcQwn dCY1pKSuNluqT05/5V5l/bDt/CCYo1raM+ILjRRKITwfF7t3iL000MgXR7rsC5cL LwbPFNXyl/EkG0Q1Z3OMgMQKqdGVO9/TU7AoWBM+5LtSdoV8tBoH70hcSoQm4LUx 77cF39z7IUQLcMfazO1JCLQ8FCDmsI4x+1G0/w7JsbPoVereyLtKDg+Oxtez1KBo 77ISZOCnMAVMYcrXnDek9o75b8T4JQ== =DXij -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 25 12:29:59 2020 Received: (at 42069-done) by debbugs.gnu.org; 25 Jul 2020 16:29:59 +0000 Received: from localhost ([127.0.0.1]:50970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzN3f-0005Kh-0h for submit@debbugs.gnu.org; Sat, 25 Jul 2020 12:29:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzN3c-0005KU-Vj for 42069-done@debbugs.gnu.org; Sat, 25 Jul 2020 12:29:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46624) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzN3X-0005jA-O9; Sat, 25 Jul 2020 12:29:51 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:44008 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jzN3W-0001j9-TL; Sat, 25 Jul 2020 12:29:51 -0400 From: Marius Bakke To: Brett Gilio , Vinicius Monego Subject: Re: [bug#42069] [PATCH 1/6] gnu: Add python-pytest-arraydiff. In-Reply-To: <87tuxw2v3x.fsf@gnu.org> References: <20200626221542.22604-1-monego@posteo.net> <87tuxw2v3x.fsf@gnu.org> Date: Sat, 25 Jul 2020 18:29:34 +0200 Message-ID: <87pn8jsglt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42069-done Cc: 42069-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Brett Gilio writes: > merge 42069 42070 42071 42072 42073 42074 Applied the whole series, thank you Vinicius! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8cXe4ACgkQoqBt8qM6 VPpUEQf9GcBiA7pXLY51AgIbEgxJTFNEgKNrwCgAhaXtxHjnv6az2YeAJ5+lAF+l bf/0iPRV4Rpm+3BUSZrzT8Th1OJY7LzV/p7GU4XoVd8Vc3EqDjJpBdesfuk3IhvP /V0XKDaHVQ1SalpmOyjxyrxJl8miVC64/KuxR6MvALyXWxB7r4PSD9t0VSH17yFF y3Cym2nwjcpzwUeLtvjE4ZzXUUQPsSzDOoHwGlOli7/gADWm/HDlpxvpq3SFOGvQ 06BZwYXiuptswGRuHWtNj0tDBBWCBhVEM0xoU3dbY7AHlFmDeCbHxDfUE7dzg4Zu 3inA7L9gYodsUVLs0YBFM/tGIWPxBw== =Sg7A -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 16:21:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 23 Aug 2020 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator