gnu: python-pytest-benchmark: Update to 3.4.1.

* gnu/packages/python-check.scm (python-pytest-benchmark): Update to 3.4.1.
[arguments]: Add #:test-target.
[native-inputs]: Remove PYTHON-PATHLIB2.
This commit is contained in:
Marius Bakke 2022-09-08 23:01:04 +02:00
parent 835938ad61
commit ac1aace34e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -1249,19 +1249,21 @@ for the @code{pytest} framework.")
(define-public python-pytest-benchmark (define-public python-pytest-benchmark
(package (package
(name "python-pytest-benchmark") (name "python-pytest-benchmark")
(version "3.2.3") (version "3.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytest-benchmark" version)) (uri (pypi-uri "pytest-benchmark" version))
(sha256 (sha256
(base32 (base32
"0a4mpb4j73dsyk47hd1prrjpfk4r458s102cn80rf253jg818hxd")))) "0ivvrnhax2xr62grlgw4hlyjmmjp6nc35431j7c82nny2bwn7qj0"))))
(build-system python-build-system) (build-system python-build-system)
(arguments
'(#:test-target "check"))
(propagated-inputs (propagated-inputs
(list python-py-cpuinfo)) (list python-py-cpuinfo))
(native-inputs (native-inputs
(list python-pathlib2 python-pytest)) (list python-pytest))
(home-page "https://github.com/ionelmc/pytest-benchmark") (home-page "https://github.com/ionelmc/pytest-benchmark")
(synopsis "Pytest fixture for benchmarking code") (synopsis "Pytest fixture for benchmarking code")
(description (description