debian: don't run tests when building package

This commit is contained in:
Frédéric Péters 2021-07-15 20:36:10 +02:00
parent cbd8e63e44
commit 68b0691daa
1 changed files with 3 additions and 0 deletions

3
debian/rules vendored
View File

@ -9,3 +9,6 @@ export PYBUILD_NAME=chrono
override_dh_install:
dh_install
mv $(CURDIR)/debian/python3-chrono/usr/bin/manage.py $(CURDIR)/debian/chrono/usr/lib/chrono/manage.py
override_dh_auto_test:
# skip upstream tests, already run in a previous CI step