mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-24 19:21:24 +02: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:
committed by
Andreas Enge
parent
e20d30b674
commit
c2b071024a
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user