mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user