dev-python/pytest-regressions: fix tests

Closes: https://bugs.gentoo.org/758737
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/18527
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2020-12-06 09:58:18 +01:00
committed by Michał Górny
parent 0a52a00176
commit f378f1ffb8

View File

@@ -29,10 +29,5 @@ RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
distutils_enable_tests --install pytest
distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
python_test() {
distutils_install_for_testing
pytest -vv || die "Tests failed with ${EPYTHON}"
}