mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add python-pytest-asyncio-0.21.
* gnu/packages/check.scm (python-pytest-asyncio-0.21): New variable. Change-Id: I00a1c54acbe774965be013462906d4616252dc99
This commit is contained in:
parent
6c372c2122
commit
1e490f2eb1
1 changed files with 17 additions and 0 deletions
|
@ -2539,6 +2539,23 @@ to make testing async code easier.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lz4h8y6m6hxnsl7kqh0rjxqp5q2wc2m5gd88371rikd7ari16vm"))))))
|
(base32 "1lz4h8y6m6hxnsl7kqh0rjxqp5q2wc2m5gd88371rikd7ari16vm"))))))
|
||||||
|
|
||||||
|
(define-public python-pytest-asyncio-0.21
|
||||||
|
(package
|
||||||
|
(inherit python-pytest-asyncio)
|
||||||
|
(version "0.21.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pytest_asyncio" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0iag2lmglfajiasxi3dr2110gq0nxc5paq6hp4kb751b4gy3hxyn"))))
|
||||||
|
(native-inputs
|
||||||
|
(list python-flaky
|
||||||
|
python-pytest-trio
|
||||||
|
python-setuptools-scm
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))))
|
||||||
|
|
||||||
(define-public python-cov-core
|
(define-public python-cov-core
|
||||||
(package
|
(package
|
||||||
(name "python-cov-core")
|
(name "python-cov-core")
|
||||||
|
|
Loading…
Add table
Reference in a new issue