[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/242: gnu: python-pytest-cov: Update to 3.0.0.
From: |
guix-commits |
Subject: |
71/242: gnu: python-pytest-cov: Update to 3.0.0. |
Date: |
Wed, 11 May 2022 18:02:54 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit c63455ffa4c06acad9145b7370a8a7ad400415e0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 6 15:44:12 2022 -0400
gnu: python-pytest-cov: Update to 3.0.0.
This restores the package compatibility with python-pytest-xdist.
* gnu/packages/check.scm (python-pytest-cov): Update to 3.0.0.
(python2-pytest-cov): Delete package.
---
gnu/packages/check.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index c67a6f2675..b7a5a9bd46 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1150,13 +1150,13 @@ following improvements:
(define-public python-pytest-cov
(package
(name "python-pytest-cov")
- (version "2.8.1")
+ (version "3.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-cov" version))
(sha256
- (base32 "0avzlk9p4nc44k7lpx9109dybq71xqnggxb9f4hp0l64pbc44ryc"))))
+ (base32 "0w6lfv8gc1lxmnvsz7mq5z9shxac5zz6s9mwrai108kxc6qzbw77"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -1178,9 +1178,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-with-python2 python-pytest-cov))
-
(define-public python-pytest-httpserver
(package
(name "python-pytest-httpserver")
- 23/242: gnu: Add python-fontmath., (continued)
- 23/242: gnu: Add python-fontmath., guix-commits, 2022/05/11
- 24/242: gnu: Add python-unicodedata2., guix-commits, 2022/05/11
- 27/242: gnu: Add python-fontpens-bootstrap., guix-commits, 2022/05/11
- 33/242: gnu: Add python-cu2qu., guix-commits, 2022/05/11
- 30/242: gnu: Add python-fontpens., guix-commits, 2022/05/11
- 34/242: gnu: Add python-ufoprocessor., guix-commits, 2022/05/11
- 47/242: gnu: python-importlib-metadata: Update to 4.11.3., guix-commits, 2022/05/11
- 55/242: gnu: Add python-pytest-enabler., guix-commits, 2022/05/11
- 52/242: gnu: Add python-jaraco-classes., guix-commits, 2022/05/11
- 64/242: gnu: Add psautohint., guix-commits, 2022/05/11
- 71/242: gnu: python-pytest-cov: Update to 3.0.0.,
guix-commits <=
- 19/242: gnu: Add python-pcpp., guix-commits, 2022/05/11
- 21/242: gnu: Add python-opentype-sanitizer., guix-commits, 2022/05/11
- 36/242: gnu: Add python-types-toml., guix-commits, 2022/05/11
- 38/242: gnu: Add python-jaraco-context-bootstrap., guix-commits, 2022/05/11
- 49/242: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/05/11
- 63/242: gnu: Add psautohint-font-data., guix-commits, 2022/05/11
- 20/242: gnu: Add opentype-sanitizer., guix-commits, 2022/05/11
- 25/242: gnu: python-fonttools-with-test: Rename to python-fonttools-full., guix-commits, 2022/05/11
- 13/242: gnu: Add texlive-stix2-otf., guix-commits, 2022/05/11
- 54/242: gnu: Add python-jaraco-functools., guix-commits, 2022/05/11