commit: 0087dc6f7ce4aeaafeae02c70659b4be674e1839
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 1 14:23:42 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 1 14:23:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0087dc6f
dev-python/jaraco-path: Use epytest
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jaraco-path/jaraco-path-3.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
b/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
index 49687e49125f..090665b446cb 100644
--- a/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
+++ b/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
@@ -36,5 +36,5 @@ src_prepare() {
}
python_test() {
- pytest -vv tests || die "Tests failed with ${EPYTHON}"
+ epytest tests
}