dev-python/pathlib2: Run both test variants

This commit is contained in:
Michał Górny
2018-03-04 09:32:45 +01:00
parent 8f907b3b59
commit 47afe993d2

View File

@@ -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
}