diff --git a/dev-python/hupper/hupper-1.12.1.ebuild b/dev-python/hupper/hupper-1.12.1.ebuild index 9c948c372..3e25d67bf 100644 --- a/dev-python/hupper/hupper-1.12.1.ebuild +++ b/dev-python/hupper/hupper-1.12.1.ebuild @@ -14,8 +14,14 @@ HOMEPAGE="https://github.com/Pylons/hupper/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +# ignore tests that need interaction +EPYTEST_IGNORE=( + tests/test_it.py +) + +distutils_enable_tests pytest + +# no doc, the package is using the theme of the organization that has not +# packages in Gentoo or Pentoo (https://github.com/Pylons/pylons_sphinx_theme) +# distutils_enable_sphinx docs