debian package: do not run tests (#27940)

Which allow to remove test dependencies.
This commit is contained in:
Emmanuel Cazenave 2018-11-13 18:02:08 +01:00
parent 5728565a50
commit f8b358e232
2 changed files with 2 additions and 4 deletions

4
debian/control vendored
View File

@ -5,19 +5,15 @@ Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: debhelper (>= 9),
python-all (>= 2.6),
python-crypto,
python-pytest,
python-requests,
python-setuptools (>= 0.6b3),
python-six,
python-mock,
python-tz,
python3-all,
python3-crypto,
python3-pytest,
python3-requests,
python3-setuptools,
python3-six,
python3-mock,
python3-tz
Standards-Version: 3.9.1
X-Python-Version: >= 2.7

2
debian/rules vendored
View File

@ -2,3 +2,5 @@
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test: