diff options
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/django-registration/django-registration-3.3-r1.ebuild (renamed from dev-python/django-registration/django-registration-3.3.ebuild) | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/django-registration/django-registration-3.3.ebuild b/dev-python/django-registration/django-registration-3.3-r1.ebuild index 385e2ce8ccb0..ae512f2de161 100644 --- a/dev-python/django-registration/django-registration-3.3.ebuild +++ b/dev-python/django-registration/django-registration-3.3-r1.ebuild @@ -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}" +} |
