gnu: python-pytest-mock: Update to 1.6.3.

* gnu/packages/check.scm (python-pytest-mock): Update to 1.6.3.
[source]: Use tarball relase.
[native-inputs]: Remove UNZIP.  Add PYTHON-SETUPTOOLS-SCM.
master
Marius Bakke 2018-02-07 15:16:34 +01:00
parent 50c84dd5a6
commit f7bd4f2372
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 4 deletions

View File

@ -707,17 +707,17 @@ supports coverage of subprocesses.")
(define-public python-pytest-mock (define-public python-pytest-mock
(package (package
(name "python-pytest-mock") (name "python-pytest-mock")
(version "1.2") (version "1.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytest-mock" version ".zip")) (uri (pypi-uri "pytest-mock" version))
(sha256 (sha256
(base32 (base32
"03zxar5drzm7ksqyrwypjaza3cri6wqvpr6iam92djvg6znp32gp")))) "075v7b2wm5f839r1a30n21wfk5rfqp3d05q7zb9jlb2wmxki23cj"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("unzip" ,unzip))) `(("python-setuptools-scm" ,python-setuptools-scm)))
(propagated-inputs (propagated-inputs
`(("python-pytest" ,python-pytest))) `(("python-pytest" ,python-pytest)))
(home-page "https://github.com/pytest-dev/pytest-mock/") (home-page "https://github.com/pytest-dev/pytest-mock/")