debian: use PYBUILD_DISABLE to disable tests

This commit is contained in:
Frédéric Péters 2020-04-23 21:41:00 +02:00
parent 9103f71142
commit 49ab568414
1 changed files with 1 additions and 2 deletions

3
debian/rules vendored
View File

@ -1,8 +1,7 @@
#!/usr/bin/make -f
export PYBUILD_NAME=authentic2-auth-fedict
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test: