mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-python/invoke: allow tests
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
@@ -15,7 +15,19 @@ LICENSE="BSD-2"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
src_prepare(){
|
BDEPEND="
|
||||||
rm -r ./invoke/vendor/yaml2
|
test? (
|
||||||
eapply_user
|
dev-python/decorator[${PYTHON_USEDEP}]
|
||||||
}
|
>=dev-python/icecream-2.1[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/pytest-cov-4[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/pytest-relaxed-2[${PYTHON_USEDEP}]
|
||||||
|
)
|
||||||
|
"
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
||||||
|
EPYTEST_DESELECT=(
|
||||||
|
# Most of those fails with "OSError: reading from stdin while output is captured"
|
||||||
|
# seems like it is because I do the testing in a chroot
|
||||||
|
# Because there are 112 tests that fails, I'd rather skip the file than manually add 112 tests
|
||||||
|
tests/runners.py
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user