Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-path/
Date: Tue, 01 Feb 2022 14:24:12
Message-Id: 1643725422.0087dc6f7ce4aeaafeae02c70659b4be674e1839.mgorny@gentoo
1 commit: 0087dc6f7ce4aeaafeae02c70659b4be674e1839
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 14:23:42 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 14:23:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0087dc6f
7
8 dev-python/jaraco-path: Use epytest
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jaraco-path/jaraco-path-3.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild b/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
16 index 49687e49125f..090665b446cb 100644
17 --- a/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
18 +++ b/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
19 @@ -36,5 +36,5 @@ src_prepare() {
20 }
21
22 python_test() {
23 - pytest -vv tests || die "Tests failed with ${EPYTHON}"
24 + epytest tests
25 }