Skip to content
Snippets Groups Projects
Verified Commit 21e41630 authored by Sergio Durigan Junior's avatar Sergio Durigan Junior
Browse files

d/rules: Skip test_url test; requires internet connection.

Closes: #1071075
parent 9529e147
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,9 @@
export LC_ALL=C.UTF-8
export PYBUILD_NAME=easydev
#ifneq ($(PYBUILD_AUTOPKGTEST), 1)
#export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info -e {build_dir}
#else
#export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info
#endif
#export PYBUILD_TEST_ARGS=-k "not test_url"
# test_url requires internet connection, which we don't have during
# the build.
export PYBUILD_TEST_ARGS=-k "not test_url"
%:
dh $@ --buildsystem=pybuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment