From 0df5cfa5f27bac34a43b6bad27f1bfe3db1be585 Mon Sep 17 00:00:00 2001 From: Alexander GQ Gerasiov Date: Tue, 29 Jan 2019 00:56:23 +0300 Subject: [PATCH] d/rules: Remove DEB_BUILD_OPTIONS=nocheck. override auto_test target instead. Signed-off-by: Alexander GQ Gerasiov --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 03f80aa..24893c7 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,12 @@ # See debhelper(7) (uncomment to enable) #export DH_VERBOSE = 1 -export DEB_BUILD_OPTIONS = nocheck export PYBUILD_NAME = boto3 # main packaging script based on dh7 syntax %: dh $@ --with python2,python3 --buildsystem=pybuild + +override_dh_auto_test: + #autotests are disabled, run them manually with + #python -m nose