From f8b358e23267a944a4c18625d536a46e0060f5d3 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Tue, 13 Nov 2018 18:02:08 +0100 Subject: [PATCH] debian package: do not run tests (#27940) Which allow to remove test dependencies. --- debian/control | 4 ---- debian/rules | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 807790a..6c28f30 100644 --- a/debian/control +++ b/debian/control @@ -5,19 +5,15 @@ Maintainer: Frederic Peters 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 diff --git a/debian/rules b/debian/rules index 04fac7a..d0890d4 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,5 @@ %: dh $@ --with python2,python3 --buildsystem=pybuild + +override_dh_auto_test: