mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/django-registration: fix dep and enable test
Closes: https://bugs.gentoo.org/909579 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -20,8 +20,13 @@ SRC_URI="
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="test" # Tests are not working here
|
||||
|
||||
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
|
||||
RDEPEND="
|
||||
dev-python/django[${PYTHON_USEDEP}]
|
||||
dev-python/confusable_homoglyphs[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
python_test() {
|
||||
"${EPYTHON}" runtests.py \
|
||||
|| die "Tests failed with ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user