mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/pathlib2: Run both test variants
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user