Skip to content
Snippets Groups Projects
Commit a0e1c5af authored by anarcat's avatar anarcat
Browse files

allow override of network tests in build

parent 4b1987b6
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
# This has to be exported to make some magic below work. # This has to be exported to make some magic below work.
export DH_OPTIONS export DH_OPTIONS
# disable network tests in Debian package build # disable network tests in Debian package build
export PYTEST_USENETWORK=no PYTEST_USENETWORK?=no
export PYTEST_USENETWORK
%: %:
dh $@ --with=python2,sphinxdoc --buildsystem=pybuild dh $@ --with=python2,sphinxdoc --buildsystem=pybuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment