diff --git a/debian/rules b/debian/rules index 4c45e93..eac8801 100644 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,11 @@ #!/usr/bin/make -f export PYBUILD_NAME=swh.auth +export PYBUILD_TEST_ARGS=-x -v -m "not db and not fs and not network" %: dh $@ --with python3 --buildsystem=pybuild override_dh_install: dh_install rm -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py