debian: disable tests

This commit is contained in:
Frédéric Péters 2015-08-19 20:23:37 +02:00
parent 65afa15ca8
commit 6be65d1216
1 changed files with 0 additions and 8 deletions

8
debian/rules vendored
View File

@ -8,14 +8,6 @@ export PYBUILD_NAME=django-reversion
%:
dh $@ --with python2,sphinxdoc --buildsystem=pybuild
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; \
for python in $(shell pyversions -r); do \
PYTHONPATH="src" $$python src/tests/runtests.py ; \
done
endif
override_dh_auto_build:
set -e; \
for loc in src/reversion/locale/*; do \