From 28f1b23cef7459aaa7208261cb4a8571e15ca1a9 Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 11 Nov 2025 15:37:18 +0100 Subject: [PATCH] dev-python/hupper: fix tests execution --- dev-python/hupper/hupper-1.12.1.ebuild | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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