dev-python/pytest-aiohttp: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-09-05 18:18:41 +02:00
parent ded3226feb
commit 1469985961
2 changed files with 0 additions and 37 deletions

View File

@@ -1,2 +1 @@
DIST pytest_aiohttp-1.1.0.tar.gz 12842 BLAKE2B 96a9164d041e417a9176aba97ade3eb22a58ec7042de38745956b0a9525389f1615b626cf014d86df78491b948f7f6820b25dceb58937b674d2ca33aa534e38c SHA512 891a379535f1ecc9e74282d813cfc11b74c79c852d08e94942e1bb29c0eafecdce73ffbf6aefce24c37315c502bdfe0861bc97b6be1489dd3dd59b2aa215f4e8
DIST pytest_aiohttp-1.1.1.tar.gz 13704 BLAKE2B f0f893b21f0e5782775129839d6889ca23036b6f92b8012135a1fa49a3c0af76600d571e08c94b49d280407337e69e85d749cd3c8b16082a8336e1c0f8d5372e SHA512 d45f4e1116569c80c01b502871fbf38bfc9f6935feb30cd58e7631cde44231350b5849d508a8a6ebd44611203034aea95583bbaf0e39d834ca76531c1acce8c2

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="pytest plugin for aiohttp support"
HOMEPAGE="
https://github.com/aio-libs/pytest-aiohttp/
https://pypi.org/project/pytest-aiohttp/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
RDEPEND="
>=dev-python/aiohttp-3.11.0_beta1[${PYTHON_USEDEP}]
>=dev-python/pytest-6.1.0[${PYTHON_USEDEP}]
>=dev-python/pytest-asyncio-0.17.2[${PYTHON_USEDEP}]
"
BDEPEND="
>=dev-python/setuptools-scm-6.2[${PYTHON_USEDEP}]
"
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
)