commit: cee1258c0fb6764ae3003d9351ee0e03d3f1a9fc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 24 10:01:42 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 24 10:02:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee1258c
dev-python/asgiref: Revert "Use EPYTEST_PLUGINS"
Pushed accidentally prior to eclass changes.
Reverts: 8a59d66a8f15320fc1aca65e3672856629513367
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 93b9553cbd93..c535857a255b 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