commit: b910128758f6d8ba203fa5bf55ed5d5bc46674ff
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 13:36:13 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 13:50:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9101287
dev-python/crispy-bootstrap4: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/crispy-bootstrap4/crispy-bootstrap4-2025.6.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-python/crispy-bootstrap4/crispy-bootstrap4-2025.6.ebuild
b/dev-python/crispy-bootstrap4/crispy-bootstrap4-2025.6.ebuild
index 064283ab920f..adb9b488dabb 100644
--- a/dev-python/crispy-bootstrap4/crispy-bootstrap4-2025.6.ebuild
+++ b/dev-python/crispy-bootstrap4/crispy-bootstrap4-2025.6.ebuild
@@ -26,10 +26,6 @@ RDEPEND="
>=dev-python/django-4.2[${PYTHON_USEDEP}]
>=dev-python/django-crispy-forms-2.0[${PYTHON_USEDEP}]
"
-BDEPEND="
- test? (
- dev-python/pytest-django[${PYTHON_USEDEP}]
- )
-"
+EPYTEST_PLUGINS=( pytest-django )
distutils_enable_tests pytest