projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7340ef3
)
dev-python/pexpect: Update pytest call, use -vv
author
Michał Górny
<mgorny@gentoo.org>
Sun, 28 Apr 2019 10:45:08 +0000
(12:45 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 28 Apr 2019 10:54:14 +0000
(12:54 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pexpect/pexpect-4.6.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pexpect/pexpect-4.6.0.ebuild
b/dev-python/pexpect/pexpect-4.6.0.ebuild
index 24350bf1a2ca8ed3b66c29840907678dabe4e4cf..d5596edcb12c3887771ec08fe4d2a631b7c38e2f 100644
(file)
--- a/
dev-python/pexpect/pexpect-4.6.0.ebuild
+++ b/
dev-python/pexpect/pexpect-4.6.0.ebuild
@@
-27,7
+27,7
@@
python_compile_all() {
}
python_test() {
- py
.test
tests || die "Tests fail with ${EPYTHON}"
+ py
test -vv
tests || die "Tests fail with ${EPYTHON}"
}
python_install_all() {