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/pexpect/
Date: Sun, 28 Apr 2019 10:54:28
Message-Id: 1556448854.b31c1fb22e3e517623e4c2140d64e01eadd8966b.mgorny@gentoo
1 commit: b31c1fb22e3e517623e4c2140d64e01eadd8966b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 10:45:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 10:54:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31c1fb2
7
8 dev-python/pexpect: Update pytest call, use -vv
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pexpect/pexpect-4.6.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pexpect/pexpect-4.6.0.ebuild b/dev-python/pexpect/pexpect-4.6.0.ebuild
16 index 24350bf1a2c..d5596edcb12 100644
17 --- a/dev-python/pexpect/pexpect-4.6.0.ebuild
18 +++ b/dev-python/pexpect/pexpect-4.6.0.ebuild
19 @@ -27,7 +27,7 @@ python_compile_all() {
20 }
21
22 python_test() {
23 - py.test tests || die "Tests fail with ${EPYTHON}"
24 + pytest -vv tests || die "Tests fail with ${EPYTHON}"
25 }
26
27 python_install_all() {