mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/py-setuptools-git: fix check
the builders does not have git configured so we need provide username and email
This commit is contained in:
parent
9e2e942a46
commit
caef6872c2
@ -21,6 +21,7 @@ build() {
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
export EMAIL="Test User <user@example.com>"
|
||||
python2 setup.py test
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user