From 584940d2093d70edf51b3a1d6c315d6de4f7c90e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 24 May 2018 14:31:49 +0200 Subject: community/subdownloader: disabled testing --- community/subdownloader/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/subdownloader/PKGBUILD diff --git a/community/subdownloader/PKGBUILD b/community/subdownloader/PKGBUILD new file mode 100644 index 00000000..4308c994 --- /dev/null +++ b/community/subdownloader/PKGBUILD @@ -0,0 +1,10 @@ +# Tests download a 64-bit Qt5 Python package from https://files.pythonhosted.org +# (see https://github.com/subdownloader/subdownloader/issues/30) +# => disabling all tests for now + +eval "$( + declare -f check | \ + sed ' + s/\(python setup.py test\)/#\1/ + ' +)" -- cgit v1.2.3