mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +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
7d644499f8
commit
268d84dee8
1 changed files with 17 additions and 0 deletions
|
@ -2539,6 +2539,23 @@ (define-public python-pytest-asyncio-0.23
|
|||
(sha256
|
||||
(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
|
||||
(package
|
||||
(name "python-cov-core")
|
||||
|
|
Loading…
Reference in a new issue