mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
dev-python/hupper: fix tests execution
This commit is contained in:
parent
6615ae67ef
commit
28f1b23cef
1 changed files with 10 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue