From caef6872c2311ef10738ab45323fc96b6699863f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 12 Jun 2018 17:03:31 +0000 Subject: testing/py-setuptools-git: fix check the builders does not have git configured so we need provide username and email --- testing/py-setuptools-git/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/py-setuptools-git') 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 " python2 setup.py test } -- cgit v1.2.3