debian: disable tests using PYBUILD_DISABLE=test

This commit is contained in:
Frédéric Péters 2022-08-05 22:24:04 +02:00
parent b1ca70f7b2
commit 6398af1dac
1 changed files with 2 additions and 3 deletions

5
debian/rules vendored
View File

@ -1,9 +1,8 @@
#!/usr/bin/make -f
DH_VERBOSE=1
export PYBUILD_NAME=django-admin-rangefilter
export PYBUILD_DISABLE=test
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
# skip upstream tests