Signed-off-by: Michał Górny <[email protected]>
---
eclass/distutils-r1.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index ca2ed98c8e8c..f5b151d4b8e2 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -435,11 +435,11 @@ distutils_enable_tests() {
if [[ ${do_install} ]]; then
python_test() {
distutils_install_for_testing --via-root
- pytest -vv || die "Tests fail with
${EPYTHON}"
+ epytest
}
else
python_test() {
- pytest -vv || die "Tests fail with
${EPYTHON}"
+ epytest
}
fi
;;
--
2.30.1