mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: Remove python-pytest-asyncio-0.21.
* gnu/packages/check.scm (python-pytest-asyncio-0.21): Delete variable. Fixes: guix/guix#5738 Change-Id: Id288d8132a2e74879f72f92638b7c661f7d7e3b9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
bd4061ca66
commit
f310ce2ce5
1 changed files with 0 additions and 17 deletions
|
|
@ -2547,23 +2547,6 @@ to make testing async code easier.")
|
|||
;; avoid propagation of python-pytest-8.
|
||||
((">=8.2,<9") ">=8.2")))))))))
|
||||
|
||||
(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-codecov
|
||||
(package
|
||||
(name "python-codecov")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue