From cee1258c0fb6764ae3003d9351ee0e03d3f1a9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 24 Jun 2025 12:01:42 +0200 Subject: [PATCH] dev-python/asgiref: Revert "Use EPYTEST_PLUGINS" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pushed accidentally prior to eclass changes. Reverts: 8a59d66a8f15320fc1aca65e3672856629513367 Signed-off-by: Michał Górny --- dev-python/asgiref/asgiref-3.8.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-python/asgiref/asgiref-3.8.1.ebuild b/dev-python/asgiref/asgiref-3.8.1.ebuild index 93b9553cbd932..c535857a255b1 100644 --- a/dev-python/asgiref/asgiref-3.8.1.ebuild +++ b/dev-python/asgiref/asgiref-3.8.1.ebuild @@ -19,5 +19,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" -EPYTEST_PLUGINS=( pytest-asyncio ) +BDEPEND=" + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + ) +" + distutils_enable_tests pytest