mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 22:20:38 +02:00
gnu: Add python-pytest-asyncio-0.26.
* gnu/packages/check.scm (python-pytest-asyncio-0.26): New variable. Change-Id: Ie72a17dd220f877e2f07ed3230a7a3dc5fa8f83f
This commit is contained in:
@@ -2621,6 +2621,17 @@ to make testing async code easier.")
|
||||
(sha256
|
||||
(base32 "1lz4h8y6m6hxnsl7kqh0rjxqp5q2wc2m5gd88371rikd7ari16vm"))))))
|
||||
|
||||
(define-public python-pytest-asyncio-0.26
|
||||
(package
|
||||
(inherit python-pytest-asyncio)
|
||||
(version "0.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytest_asyncio" version))
|
||||
(sha256
|
||||
(base32 "0bri1scs8whdrxb3jrv0ywiz20qb0mrll3kzkvriy928frljmpy4"))))))
|
||||
|
||||
(define-public python-pytest-asyncio-0.21
|
||||
(package
|
||||
(inherit python-pytest-asyncio)
|
||||
|
||||
Reference in New Issue
Block a user