mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pytest-aiohttp.
* gnu/packages/python-check.scm (python-pytest-aiohttp): New variable.
This commit is contained in:
parent
e297edbfe5
commit
3f4bfc3899
1 changed files with 21 additions and 0 deletions
|
@ -412,6 +412,27 @@ rounds that are calibrated to the chosen timer.")
|
||||||
service processes for your tests with pytest.")
|
service processes for your tests with pytest.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pytest-aiohttp
|
||||||
|
(package
|
||||||
|
(name "python-pytest-aiohttp")
|
||||||
|
(version "0.3.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pytest-aiohttp" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0kx4mbs9bflycd8x9af0idcjhdgnzri3nw1qb0vpfyb3751qaaf9"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-aiohttp" ,python-aiohttp)))
|
||||||
|
(home-page "https://github.com/aio-libs/pytest-aiohttp/")
|
||||||
|
(synopsis "Pytest plugin for aiohttp support")
|
||||||
|
(description "This package provides a pytest plugin for aiohttp support.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-pytest-flask
|
(define-public python-pytest-flask
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-flask")
|
(name "python-pytest-flask")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue