guix-commits
[Top][All Lists]
Advanced

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

branch purge-python2-packages updated: gnu: Remove python2-pytest-cov.


From: guix-commits
Subject: branch purge-python2-packages updated: gnu: Remove python2-pytest-cov.
Date: Mon, 16 May 2022 10:02:30 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch purge-python2-packages
in repository guix.

The following commit(s) were added to refs/heads/purge-python2-packages by this 
push:
     new afd40287ab gnu: Remove python2-pytest-cov.
afd40287ab is described below

commit afd40287ab41bcd5cab2407343a775def01ea2f9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon May 16 10:01:57 2022 -0400

    gnu: Remove python2-pytest-cov.
    
    * gnu/packages/check.scm (python2-pytest-cov): Delete variable.
---
 gnu/packages/check.scm | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d2a93dc30a..84572e411c 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1078,38 +1078,6 @@ distributed testing in both @code{load} and @code{each} 
modes.  It also
 supports coverage of subprocesses.")
   (license license:expat)))
 
-(define-public python2-pytest-cov
-  (package
-    (name "python2-pytest-cov")
-    (version "2.8.1")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "pytest-cov" version))
-        (sha256
-         (base32 "0avzlk9p4nc44k7lpx9109dybq71xqnggxb9f4hp0l64pbc44ryc"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:python ,python-2
-       #:phases
-       (modify-phases %standard-phases
-         (replace 'check
-          (lambda _
-            ;; Options taken from tox.ini.
-            ;; TODO: make "--restructuredtext" tests pass. They currently fail
-            ;; with "Duplicate implicit target name".
-            (invoke "python" "./setup.py" "check"
-                    "--strict" "--metadata"))))))
-    (propagated-inputs
-     (list python2-coverage python2-pytest))
-    (home-page "https://github.com/pytest-dev/pytest-cov";)
-    (synopsis "Pytest plugin for measuring coverage")
-    (description
-     "Pytest-cov produces coverage reports.  It supports centralised testing 
and
-distributed testing in both @code{load} and @code{each} modes.  It also
-supports coverage of subprocesses.")
-  (license license:expat)))
-
 (define-public python-pytest-httpserver
   (package
     (name "python-pytest-httpserver")



reply via email to

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