GNU bug report logs -
#75420
[PATCH python-team 00/11] Fix python-matrix-nio and pantalaimon builds.
Previous Next
Reported by: Arjan Adriaanse <arjan <at> adriaan.se>
Date: Tue, 7 Jan 2025 14:06:01 UTC
Severity: normal
Tags: patch
Merged with 75770
Done: Ian Eure <ian <at> retrospec.tv>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/python-check.scm (python-pytest-aiohttp): Update to 1.0.5.
Change-Id: Iea59c16220f28fa7c4cdd25f1cf05719ecec8733
---
gnu/packages/python-check.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 1e6debc937..50601c5312 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1741,19 +1741,23 @@ (define-public python-pytest-toolbox
(define-public python-pytest-aiohttp
(package
(name "python-pytest-aiohttp")
- (version "0.3.0")
+ (version "1.0.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-aiohttp" version))
(sha256
- (base32
- "0kx4mbs9bflycd8x9af0idcjhdgnzri3nw1qb0vpfyb3751qaaf9"))))
+ (base32 "02kq1bqsy9dlm9qckfiy9myizwcqna5szqqm7d339saib6y640l8"))))
(build-system python-build-system)
(native-inputs
- (list python-pytest))
+ (list python-coverage
+ python-mypy
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs
- (list python-aiohttp))
+ (list python-aiohttp
+ python-pytest
+ python-pytest-asyncio))
(home-page "https://github.com/aio-libs/pytest-aiohttp/")
(synopsis "Pytest plugin for aiohttp support")
(description "This package provides a pytest plugin for aiohttp support.")
--
2.46.0
This bug report was last modified 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.