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