gnu: python-nose2: Update to 0.14.0.
* gnu/packages/check.scm (python-nose2): Update to 0.14.0. [native-inputs]: Remove python-coverage. [propagated-inputs]: Remove python-six. Change-Id: I15a30723fe49cca9929524e543d12c9e2f4b02ca
This commit is contained in:
parent
a6b6d1bd6a
commit
561d429aa4
1 changed files with 2 additions and 6 deletions
|
@ -1227,14 +1227,14 @@ available via the @code{unittest.mock} module.")
|
||||||
(define-public python-nose2
|
(define-public python-nose2
|
||||||
(package
|
(package
|
||||||
(name "python-nose2")
|
(name "python-nose2")
|
||||||
(version "0.11.0")
|
(version "0.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "nose2" version))
|
(uri (pypi-uri "nose2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1scxwvwbgfdj41acma41xzdhcfdwjj9irj6sfifdbyf9dryqs83d"))))
|
"1936fkrxg672bhp9i32ivna7jbydl9dpbhyn5f3059xrl1qdfa2w"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
@ -1245,10 +1245,6 @@ available via the @code{unittest.mock} module.")
|
||||||
;; Tests require nose2 itself.
|
;; Tests require nose2 itself.
|
||||||
(setenv "PYTHONPATH" (getcwd))
|
(setenv "PYTHONPATH" (getcwd))
|
||||||
(invoke (string-append #$output "/bin/nose2") "-v")))))))
|
(invoke (string-append #$output "/bin/nose2") "-v")))))))
|
||||||
(native-inputs
|
|
||||||
(list python-coverage))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-six))
|
|
||||||
(home-page "https://github.com/nose-devs/nose2")
|
(home-page "https://github.com/nose-devs/nose2")
|
||||||
(synopsis "Next generation of nicer testing for Python")
|
(synopsis "Next generation of nicer testing for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue