diff options
author | Erich Eckner <git@eckner.net> | 2017-10-09 14:27:46 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-10-09 14:27:46 +0200 |
commit | db9f9ff842d534c204fbd064c7f61eba25b9cfc2 (patch) | |
tree | 1e4671c914277c0ffb09a873cc85101dee3d74e8 /python-oauth2/PKGBUILD | |
parent | c230628c5373e22902e4684ffb1806c6a0a31210 (diff) | |
download | archlinuxewe-db9f9ff842d534c204fbd064c7f61eba25b9cfc2.tar.xz |
python-oauth2: skip tests on Rechenknecht
Diffstat (limited to 'python-oauth2/PKGBUILD')
-rw-r--r-- | python-oauth2/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD index 294159a76..65c5dddd0 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} |