summaryrefslogtreecommitdiff
path: root/python-oauth2
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-10-09 14:27:46 +0200
committerErich Eckner <git@eckner.net>2017-10-09 14:27:46 +0200
commitdb9f9ff842d534c204fbd064c7f61eba25b9cfc2 (patch)
tree1e4671c914277c0ffb09a873cc85101dee3d74e8 /python-oauth2
parentc230628c5373e22902e4684ffb1806c6a0a31210 (diff)
downloadarchlinuxewe.git.save-db9f9ff842d534c204fbd064c7f61eba25b9cfc2.tar.xz
python-oauth2: skip tests on Rechenknecht
Diffstat (limited to 'python-oauth2')
-rw-r--r--python-oauth2/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD
index 294159a7..65c5dddd 100644
--- a/python-oauth2/PKGBUILD
+++ b/python-oauth2/PKGBUILD
@@ -52,6 +52,9 @@ build() {
}
check() {
+ if [ "$(hostname)" = 'rechenknecht' ]; then
+ return 0
+ fi
msg2 "Checking python..."
(
cd python-oauth2-${pkgver}