dev-python/astroid: Fix tests... --pyarg -> --pyargs

Bug: https://bugs.gentoo.org/710518
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-03-08 21:27:12 +01:00
parent 96c275d50a
commit b7ddf38e1f

View File

@@ -48,6 +48,6 @@ python_prepare_all() {
}
python_test() {
"${EPYTHON}" -m pytest -v --pyarg astroid/tests \
"${EPYTHON}" -m pytest -v --pyargs astroid/tests \
|| die "tests failed with ${EPYTHON}"
}