dev-python/patch-ng: use EPYTHON in python_test()

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2020-03-25 14:55:01 +02:00
parent c3799a6d42
commit 2234aa1df8

View File

@@ -20,5 +20,5 @@ RESTRICT="!test? ( test )"
S="${WORKDIR}/python-${P}"
python_test() {
"${PYTHON}" -m unittest tests/run_tests.py || die "Tests failed under ${EPYTHON}"
"${EPYTHON}" -m unittest tests/run_tests.py || die "Tests failed under ${EPYTHON}"
}