Disable unittests on python 3.5

This commit is contained in:
Sean Davis 2016-10-25 06:41:12 -04:00
parent 7b6c568184
commit 10e94811da
1 changed files with 4 additions and 1 deletions

5
debian/rules vendored
View File

@ -3,6 +3,9 @@
# Uncomment this to turn on verbose mode. # Uncomment this to turn on verbose mode.
export DH_VERBOSE=1 export DH_VERBOSE=1
# Disable tests
export PYBUILD_DISABLE=test/python3.5
%: %:
dh $@ --with python3 --buildsystem=pybuild dh $@ --with python3 --buildsystem=pybuild
@ -10,4 +13,4 @@ override_dh_installchanglogs:
dh_installchangeslogs NEWS dh_installchangeslogs NEWS
override_dh_auto_install: override_dh_auto_install:
LC_ALL=C.UTF-8 dh_auto_install LC_ALL=C.UTF-8 dh_auto_install