mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pytest-env.
* gnu/packages/python-check.scm (python-pytest-env): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
b8bf0f8c2c
commit
a5d27dbe8e
1 changed files with 20 additions and 0 deletions
|
@ -673,6 +673,26 @@ service processes for your tests with pytest.")
|
||||||
"This pytest plugin provides fixtures to simplify Flask app testing.")
|
"This pytest plugin provides fixtures to simplify Flask app testing.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pytest-env
|
||||||
|
(package
|
||||||
|
(name "python-pytest-env")
|
||||||
|
(version "0.6.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pytest-env" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1hl0ln0cicdid4qjk7mv90lw9xkb0v71dlj7q7rn89vzxxm9b53y"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
(home-page "https://github.com/MobileDynasty/pytest-env")
|
||||||
|
(synopsis "Pytest plugin that allows you to add environment variables")
|
||||||
|
(description
|
||||||
|
"This is a @code{py.test} plugin that enables you to set environment
|
||||||
|
variables in the @file{pytest.ini} file.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-codacy-coverage
|
(define-public python-codacy-coverage
|
||||||
(package
|
(package
|
||||||
(name "python-codacy-coverage")
|
(name "python-codacy-coverage")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue