projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06aef1
)
dev-python/jaraco-logging: make pytest more verbose
author
Louis Sautier
<sbraz@gentoo.org>
Wed, 3 Jul 2019 23:13:53 +0000
(
01:13
+0200)
committer
Louis Sautier
<sbraz@gentoo.org>
Wed, 3 Jul 2019 23:36:24 +0000
(
01:36
+0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
dev-python/jaraco-logging/jaraco-logging-2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/jaraco-logging/jaraco-logging-2.0.ebuild
b/dev-python/jaraco-logging/jaraco-logging-2.0.ebuild
index 392aac0a28ef1e8d0d46ef57f5862f297ed5f815..391cef5963d86f5bf71f6136ef35415b9e272f94 100644
(file)
--- a/
dev-python/jaraco-logging/jaraco-logging-2.0.ebuild
+++ b/
dev-python/jaraco-logging/jaraco-logging-2.0.ebuild
@@
-48,7
+48,7
@@
python_compile_all() {
python_test() {
# Override pytest options to skip flake8
- PYTHONPATH=. pytest -v --override-ini="addopts=--doctest-modules" \
+ PYTHONPATH=. pytest -v
v
--override-ini="addopts=--doctest-modules" \
|| die "tests failed with ${EPYTHON}"
}