Skip to content
Snippets Groups Projects
Unverified Commit 857c63fe authored by Edouard Klein's avatar Edouard Klein Committed by Marius Bakke
Browse files

gnu: Add python-pytest-benchmark.


* gnu/packages/python-check.scm (python-pytest-benchmark): New variable.

Signed-off-by: default avatarMarius Bakke <marius@gnu.org>
parent bb7e9ab7
No related branches found
No related tags found
No related merge requests found
......@@ -360,6 +360,30 @@ (define-public python-pytest-pycodestyle
for the @code{pytest} framework.")
(license license:expat)))
(define-public python-pytest-benchmark
(package
(name "python-pytest-benchmark")
(version "3.2.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-benchmark" version))
(sha256
(base32
"0a4mpb4j73dsyk47hd1prrjpfk4r458s102cn80rf253jg818hxd"))))
(build-system python-build-system)
(propagated-inputs
`(("python-py-cpuinfo" ,python-py-cpuinfo)))
(native-inputs
`(("python-pathlib2" ,python-pathlib2)
("python-pytest" ,python-pytest)))
(home-page "https://github.com/ionelmc/pytest-benchmark")
(synopsis "Pytest fixture for benchmarking code")
(description
"This package provides a pytest fixture that will group the tests into
rounds that are calibrated to the chosen timer.")
(license license:bsd-2)))
(define-public python-codacy-coverage
(package
(name "python-codacy-coverage")
......
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