[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: python-pytest-cov: Clarify description.
From: |
Efraim Flashner |
Subject: |
07/10: gnu: python-pytest-cov: Clarify description. |
Date: |
Sun, 17 Jan 2016 20:38:45 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 10468636ff823b77f04ae0de03a9f78691a0bbd8
Author: Efraim Flashner <address@hidden>
Date: Sun Dec 27 09:00:14 2015 +0200
gnu: python-pytest-cov: Clarify description.
* gnu/packages/python.scm (python-pytest-cov): Do it.
---
gnu/packages/python.scm | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8358c88..76bce72 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1610,18 +1610,18 @@ and many external plugins.")
(sha256
(base32
"1lf9jsmhqk5nc4w3kzwglmdzjvmi7ajvrsnwv826j3bn0wzx8c92"))))
- (build-system python-build-system)
- (propagated-inputs
- `(("python-coverage" ,python-coverage)
- ("python-pytest" ,python-pytest)))
- (native-inputs
- `(("python-setuptools" ,python-setuptools)))
- (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 load and each modes. It also supports coverage
-of subprocesses.")
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-coverage" ,python-coverage)
+ ("python-pytest" ,python-pytest)))
+ (native-inputs
+ `(("python-setuptools" ,python-setuptools)))
+ (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 python2-pytest-cov
- branch master updated (fb492b9 -> e8d2168), Efraim Flashner, 2016/01/17
- 02/10: gnu: Add python-futures., Efraim Flashner, 2016/01/17
- 01/10: gnu: Add python-keystoneclient., Efraim Flashner, 2016/01/17
- 04/10: gnu: Add python-rauth., Efraim Flashner, 2016/01/17
- 03/10: gnu: Add python-swiftclient., Efraim Flashner, 2016/01/17
- 05/10: gnu: Add python-pyasn1-modules., Efraim Flashner, 2016/01/17
- 06/10: gnu: Add python2-functools32., Efraim Flashner, 2016/01/17
- 10/10: gnu: Add git-annex-remote-hubic., Efraim Flashner, 2016/01/17
- 09/10: gnu: Add python-urllib3., Efraim Flashner, 2016/01/17
- 07/10: gnu: python-pytest-cov: Clarify description.,
Efraim Flashner <=
- 08/10: gnu: python-wheel: Clarify description., Efraim Flashner, 2016/01/17