dev-python/pyflakes: Increase test verbosity
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Jul 2018 17:26:44 +0000 (19:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Jul 2018 18:59:03 +0000 (20:59 +0200)
dev-python/pyflakes/pyflakes-1.6.0.ebuild

index 608ab744407eadb29db368beab080988c67536d3..41a47f5c2c927769c55272420337ecedce31f424 100644 (file)
@@ -18,5 +18,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 python_test() {
-       esetup.py test --quiet
+       esetup.py test
 }