mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: python-pytest-cov: Update to 2.6.1.
* gnu/packages/check.scm (python-pytest-cov): Update to 2.6.1.
This commit is contained in:
parent
9a0765aad8
commit
123d92eaf3
1 changed files with 4 additions and 5 deletions
|
@ -711,23 +711,22 @@ (define-public python2-pytest-bootstrap
|
||||||
(define-public python-pytest-cov
|
(define-public python-pytest-cov
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-cov")
|
(name "python-pytest-cov")
|
||||||
(version "2.6.0")
|
(version "2.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-cov" version))
|
(uri (pypi-uri "pytest-cov" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0cyxbbghx2l4p60w10k00j1j74q1ngfiffr0pxn73ababjr69dha"))))
|
||||||
"0qnpp9y3ygx4jk4pf5ad71fh2skbvnr6gl54m7rg5qysnx4g0q73"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
;; options taken from tox.ini
|
;; Options taken from tox.ini.
|
||||||
;; TODO: make "--restructuredtext" tests pass. They currently fail
|
;; TODO: make "--restructuredtext" tests pass. They currently fail
|
||||||
;; with "Duplicate implicit target name"
|
;; with "Duplicate implicit target name".
|
||||||
(invoke "python" "./setup.py" "check"
|
(invoke "python" "./setup.py" "check"
|
||||||
"--strict" "--metadata"))))))
|
"--strict" "--metadata"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue