aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-setuptools-git
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-12 17:03:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-12 17:04:08 +0000
commitcaef6872c2311ef10738ab45323fc96b6699863f (patch)
tree56021ad2443769f348b66da705ff17226e878bdb /testing/py-setuptools-git
parent9e2e942a465c15d155a7237c8a48130f067accbb (diff)
downloadaports-caef6872c2311ef10738ab45323fc96b6699863f.tar.bz2
aports-caef6872c2311ef10738ab45323fc96b6699863f.tar.xz
testing/py-setuptools-git: fix check
the builders does not have git configured so we need provide username and email
Diffstat (limited to 'testing/py-setuptools-git')
-rw-r--r--testing/py-setuptools-git/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/py-setuptools-git/APKBUILD b/testing/py-setuptools-git/APKBUILD
index 5e42f43384..7649cea17f 100644
--- a/testing/py-setuptools-git/APKBUILD
+++ b/testing/py-setuptools-git/APKBUILD
@@ -21,6 +21,7 @@ build() {
check() {
cd "$builddir"
+ export EMAIL="Test User <user@example.com>"
python2 setup.py test
}