don't run tests as they have some pkg_resources installation requirements

This commit is contained in:
Frédéric Péters 2018-11-25 15:56:55 +01:00
parent dad7dd50cc
commit c51aa40833
1 changed files with 0 additions and 1 deletions

1
debian/rules vendored
View File

@ -9,4 +9,3 @@ export PYBUILD_NAME=django-push-notifications
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test:
dh_auto_test -- --system=custom --test-args="{interpreter} tests/runtests.py"