summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-19 19:26:44 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-19 20:59:03 +0200
commit6b6909fb4181c2a56b568b562dfe96694b2702af (patch)
tree5ba8e30620c4075cc928e2fdd7945857349d7aa1 /dev-python/pyflakes
parentdev-ada/aws: use ADAFLAGS for all ada files (diff)
downloadgentoo-6b6909fb4181c2a56b568b562dfe96694b2702af.tar.gz
gentoo-6b6909fb4181c2a56b568b562dfe96694b2702af.tar.bz2
gentoo-6b6909fb4181c2a56b568b562dfe96694b2702af.zip
dev-python/pyflakes: Increase test verbosity
Diffstat (limited to 'dev-python/pyflakes')
-rw-r--r--dev-python/pyflakes/pyflakes-1.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyflakes/pyflakes-1.6.0.ebuild b/dev-python/pyflakes/pyflakes-1.6.0.ebuild
index 608ab744407e..41a47f5c2c92 100644
--- a/dev-python/pyflakes/pyflakes-1.6.0.ebuild
+++ b/dev-python/pyflakes/pyflakes-1.6.0.ebuild
@@ -18,5 +18,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
python_test() {
- esetup.py test --quiet
+ esetup.py test
}