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"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="test"
|
|
||||||
|
|
||||||
RDEPEND=""
|
# ignore tests that need interaction
|
||||||
DEPEND="${RDEPEND}
|
EPYTEST_IGNORE=(
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
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