[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53019] [PATCH 4/6] gnu: Add python-pytest-cov-3.0.
From: |
Giacomo Leidi |
Subject: |
[bug#53019] [PATCH 4/6] gnu: Add python-pytest-cov-3.0. |
Date: |
Fri, 1 Jul 2022 23:33:00 +0200 |
* gnu/packages/check.scm (python-pytest-cov-3.0): New variable.
---
gnu/packages/check.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 58af53388e..51fa2d2282 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1089,6 +1089,17 @@ (define-public python-pytest-cov
supports coverage of subprocesses.")
(license license:expat)))
+(define-public python-pytest-cov-3.0
+ (package
+ (inherit python-pytest-cov)
+ (version "3.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-cov" version))
+ (sha256
+ (base32 "0w6lfv8gc1lxmnvsz7mq5z9shxac5zz6s9mwrai108kxc6qzbw77"))))))
+
(define-public python-pytest-httpserver
(package
(name "python-pytest-httpserver")
--
2.36.1
- [bug#53019] [PATCH 1/6] gnu: Add python-codeclimate-test-reporter., Giacomo Leidi, 2022/07/01
- [bug#53019] [PATCH 3/6] gnu: python-codecov: Update to 2.1.12., Giacomo Leidi, 2022/07/01
- [bug#53019] [PATCH 5/6] gnu: Add python-ddlparse., Giacomo Leidi, 2022/07/01
- [bug#53019] [PATCH 6/6] gnu: Add python-aerich., Giacomo Leidi, 2022/07/01
- [bug#53019] [PATCH 1/6] gnu: Add python-codeclimate-test-reporter., Maxime Devos, 2022/07/30