summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-04 09:32:45 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-04 12:19:28 +0100
commit47afe993d2cf394279cced7b308b17ead4a9569b (patch)
tree3d1c427fa8fdfc65ebd24818cc07fdaf887917e8 /dev-python/pathlib2
parentdev-python/pathlib2: Add missing test-DEP on dev-python/mock (diff)
downloadgentoo-47afe993d2cf394279cced7b308b17ead4a9569b.tar.gz
gentoo-47afe993d2cf394279cced7b308b17ead4a9569b.tar.bz2
gentoo-47afe993d2cf394279cced7b308b17ead4a9569b.zip
dev-python/pathlib2: Run both test variants
Diffstat (limited to 'dev-python/pathlib2')
-rw-r--r--dev-python/pathlib2/pathlib2-2.3.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pathlib2/pathlib2-2.3.0.ebuild b/dev-python/pathlib2/pathlib2-2.3.0.ebuild
index c95eda55919d..7f4dcb53aceb 100644
--- a/dev-python/pathlib2/pathlib2-2.3.0.ebuild
+++ b/dev-python/pathlib2/pathlib2-2.3.0.ebuild
@@ -25,5 +25,6 @@ DEPEND="${RDEPEND}
test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) )"
python_test() {
- "${EPYTHON}" test_pathlib2.py || die
+ "${EPYTHON}" test_pathlib2.py -v || die
+ "${EPYTHON}" test_pathlib2_with_py2_unicode_literals.py -v || die
}