mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-pytest: Update to 3.6.4.
* gnu/packages/check.scm (python-pytest): Update to 3.6.4. [native-inputs]: Remove PYTHON-INVOKE.
This commit is contained in:
parent
20b0aaf986
commit
d37d975b74
1 changed files with 2 additions and 3 deletions
|
@ -619,14 +619,14 @@ (define-public python2-unittest2
|
|||
(define-public python-pytest
|
||||
(package
|
||||
(name "python-pytest")
|
||||
(version "3.6.3")
|
||||
(version "3.6.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytest" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lnppwpz5i06sdhzv5b2j4x2f42mil38nx1l0kmnzvibdikwhlq4"))))
|
||||
"0h85kzdi5pfkz9v0z8xyrsj1rvnmyyjpng7cran28jmnc41w27il"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -654,7 +654,6 @@ (define-public python-pytest
|
|||
`(;; Tests need the "regular" bash since 'bash-final' lacks `compgen`.
|
||||
("bash" ,bash)
|
||||
("python-hypothesis" ,python-hypothesis)
|
||||
("python-invoke" ,python-invoke) ;XXX: not needed for >3.6.3
|
||||
("python-nose" ,python-nose)
|
||||
("python-mock" ,python-mock)
|
||||
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
|
|
Loading…
Reference in a new issue