From a0d35c4a25bbd573f57bae1e1c06e1210094e75a Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Wed, 11 Oct 2017 17:46:46 +0200 Subject: [PATCH] Update debian/rules for tests during build --- debian/rules | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 5bf4d18..d0ebfa4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,7 @@ #!/usr/bin/make -f export PYBUILD_NAME=swh-lister +export PYBUILD_TEST_ARGS=--with-doctest -sv -a !db,!fs swh/lister %: dh $@ --with python3 --buildsystem=pybuild - - -override_dh_auto_test: - PYBUILD_SYSTEM=custom \ - PYBUILD_TEST_ARGS="cd {build_dir}; python{version} -m nose swh -sv" \ - dh_auto_test