summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-05-24 14:31:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-05-24 14:31:49 +0200
commit584940d2093d70edf51b3a1d6c315d6de4f7c90e (patch)
treeb2158d95946937f990a2bbd9559b92ace1314968
parent6b865887e630b2ff696b546aabad2a548a673795 (diff)
downloadpackages-584940d2093d70edf51b3a1d6c315d6de4f7c90e.tar.xz
community/subdownloader: disabled testing
-rw-r--r--community/subdownloader/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
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/
+ '
+)"