debian: do not run tests during packaging step

This commit is contained in:
Frédéric Péters 2022-08-14 12:11:00 +02:00
parent 767062a1af
commit f04499e273
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored
View File

@ -2,6 +2,7 @@
# -*- makefile -*-
#
export PYBUILD_NAME=xstatic-godo
export PYBUILD_DISABLE=test
%:
dh $@ --with python3 --buildsystem=pybuild