mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove python-pytest-asyncio-0.23.
* gnu/packages/check.scm (python-pytest-asyncio-0.23): Delete variable. Change-Id: I00190eb51efcd3f637ff827060999eb06703947c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
0be74bda5b
commit
419b3f0314
1 changed files with 0 additions and 11 deletions
|
|
@ -2516,17 +2516,6 @@ testing tools. @code{pytest-asyncio} provides useful fixtures and markers
|
|||
to make testing async code easier.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-pytest-asyncio-0.23
|
||||
(package
|
||||
(inherit python-pytest-asyncio)
|
||||
(version "0.23.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytest_asyncio" version))
|
||||
(sha256
|
||||
(base32 "1lz4h8y6m6hxnsl7kqh0rjxqp5q2wc2m5gd88371rikd7ari16vm"))))))
|
||||
|
||||
;; It's the last 0.26.X version which is still required and has breaking
|
||||
;; changes with 1.X.X.
|
||||
(define-public python-pytest-asyncio-0.26
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue