mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
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:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user