diff --git a/debian/rules b/debian/rules index d3c51af..50f5134 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,12 @@ #!/usr/bin/make -f export PYBUILD_NAME=swh.vault -export PYBUILD_TEST_ARGS=-v -m "not db and not fs" +export PYBUILD_TEST_ARGS=-v -m "not db and not fs and not graph" export LC_ALL=C.UTF-8 %: dh $@ --with python3 --buildsystem=pybuild override_dh_install: dh_install rm -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py