blob: 4308c994d0daf730f9437669f04b2955e72b2cd9 (
plain)
1
2
3
4
5
6
7
8
9
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/
'
)"
|