From 1458d4e1f8f0256a6389a753000298e2d9de7dbf Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 11 Jun 2022 08:13:26 +0200 Subject: dev-python/pytest-aiohttp: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'dev-python/pytest-aiohttp') diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild index 1ad54bae78d3..d009d00e3de7 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild @@ -4,12 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="pytest plugin for aiohttp support" -HOMEPAGE="https://github.com/aio-libs/pytest-aiohttp/" +HOMEPAGE=" + https://github.com/aio-libs/pytest-aiohttp/ + https://pypi.org/project/pytest-aiohttp/ +" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" @@ -26,3 +29,9 @@ BDEPEND=" " distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # warning doesn't seem to be emitted for some reason + # doesn't look very important + tests/test_obsolete_fixtures.py::test_loop_fixture +) -- cgit v1.2.3-65-gdbad