disable test

This commit is contained in:
TANIGUCHI Takaki 2017-07-04 16:17:45 +09:00
parent 5830b8b2a2
commit c739914c9f

4
debian/rules vendored
View file

@ -5,6 +5,7 @@
#export DH_VERBOSE=1
export PYBUILD_NAME=botocore
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
@ -12,6 +13,3 @@ export PYBUILD_NAME=botocore
override_dh_fixperms:
dh_fixperms
chmod -x $(CURDIR)/debian/python*-botocore/usr/lib/python*/dist-packages/botocore/data/*/*/*.json
override_dh_auto_test:
true