dev-python/more-itertools: make pytest more verbose

Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
Louis Sautier
2018-07-24 23:22:31 +02:00
parent 9742454d06
commit 4d2142147f

View File

@@ -37,6 +37,6 @@ python_compile_all() {
python_test() {
# Avoid ImportMismatchError, see https://bugs.gentoo.org/661412
pytest --doctest-modules "${BUILD_DIR}"/lib/more_itertools \
pytest -vv --doctest-modules "${BUILD_DIR}"/lib/more_itertools \
|| die "tests fail with ${EPYTHON}"
}