dev-python/ipython: Call virtx instead of virtualmake

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1571

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Marius Brehler
2016-05-31 10:43:44 +02:00
committed by David Seifert
parent 03256995df
commit e8b6ebd6f1

View File

@@ -100,7 +100,7 @@ python_test() {
"${PYTHON}" -m IPython.testing.iptestcontroller --all || fail=1
popd > /dev/null || die
}
VIRTUALX_COMMAND=run_tests virtualmake
virtx run_tests
[[ ${fail} ]] && die "Tests fail with ${EPYTHON}"
}