mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -64,7 +64,7 @@ python_prepare_all() {
|
||||
fi
|
||||
}
|
||||
|
||||
python_test () {
|
||||
python_test() {
|
||||
# pip test suite likes to test installed version of pip, both the module and the executable.
|
||||
# Here we install it into a temporary dir and add to PATHs in a subshell.
|
||||
EPYTHON_ROOT="${T}/${EPYTHON}_root"
|
||||
|
||||
Reference in New Issue
Block a user