dev-python/django-crispy-forms: enabling tests

Closes: https://bugs.gentoo.org/894272
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2023-04-01 19:03:56 +02:00
parent a08c29ca79
commit ae0ca5ca16

View File

@@ -17,11 +17,12 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="test" #Missing crispy_bootstrap3
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
BDEPEND="test? (
dev-python/pytest-django[${PYTHON_USEDEP}]
dev-python/crispy-bootstrap3[${PYTHON_USEDEP}]
dev-python/crispy-bootstrap4[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest