summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-06-24 12:01:42 +0200
committerMichał Górny <mgorny@gentoo.org>2025-06-24 12:02:22 +0200
commitcee1258c0fb6764ae3003d9351ee0e03d3f1a9fc (patch)
treeab102bbada5fbe6d610352ce0b0ffc37f75279a0 /dev-python
parent1d588c0eadd282a05f8bf2e4dba598aff1077f9f (diff)
downloadgentoo-cee1258c0fb6764ae3003d9351ee0e03d3f1a9fc.tar.gz
gentoo-cee1258c0fb6764ae3003d9351ee0e03d3f1a9fc.tar.bz2
gentoo-cee1258c0fb6764ae3003d9351ee0e03d3f1a9fc.zip
dev-python/asgiref: Revert "Use EPYTEST_PLUGINS"
Pushed accidentally prior to eclass changes. Reverts: 8a59d66a8f15320fc1aca65e3672856629513367 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/asgiref/asgiref-3.8.1.ebuild7
1 files changed, 6 insertions, 1 deletions
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