diff options
-rw-r--r-- | testing/py-setuptools-git/APKBUILD | 1 |
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 } |