diff --git a/debian/rules b/debian/rules --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export PYBUILD_NAME=swh.storage -export PYBUILD_TEST_ARGS=-v -m "not db and not fs" +export PYBUILD_TEST_ARGS=-v -m "not db and not fs and not network" %: dh $@ --with python3 --buildsystem=pybuild