debian: don't run tests as they require python 3

This commit is contained in:
Frédéric Péters 2019-02-16 23:06:14 +01:00
parent 9c8594955c
commit 7693bb1b1f
1 changed files with 2 additions and 0 deletions

2
debian/rules vendored
View File

@ -25,6 +25,8 @@ ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
dh_sphinxdoc
endif
override_dh_auto_test:
override_dh_clean:
rm -rf docs/.build
dh_clean