Skip to content
Snippets Groups Projects
Unverified Commit 57be09b2 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: python-utils: Update to 2.4.0.

* gnu/packages/python-xyz.scm (python-utils): Update to 2.4.0.
[arguments]: Replace check phase.
parent a17e1b9e
No related branches found
No related tags found
No related merge requests found
......@@ -14187,14 +14187,22 @@ (define-public python2-mwclient
(define-public python-utils
(package
(name "python-utils")
(version "2.1.0")
(version "2.4.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "python-utils" version))
(sha256
(base32
"1mcsy6q5am4ya72rgkpb6kax6vv7c93cfkkas89xnpa4sj9zf28p"))))
"12c0glzkm81ljgf6pwh0d4rmdm1r7vvgg3ifzp8yp9cfyngw07zj"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda* (#:key inputs outputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs)
(delete-file "pytest.ini")
(invoke "pytest" "-vv"))))))
(native-inputs
`(("pytest-runner" ,python-pytest-runner)
("pytest" ,python-pytest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment