Skip to content
Snippets Groups Projects
Verified Commit 332103fc authored by Yogeswaran Umasankar's avatar Yogeswaran Umasankar
Browse files

Added d/rules

parent b3477c6a
No related branches found
No related tags found
No related merge requests found
Pipeline #685028 passed
#!/usr/bin/make -f
export PYBUILD_NAME=pytest-socket
# Disable tests requiring network access
export PYBUILD_TEST_ARGS = \
-k 'not test_parametrize_with_socket_enabled_and_allow_hosts \
and not test_global_disable_and_allow_host \
and not test_single_cli_arg_connect_disabled_hostname_resolved \
and not test_default_urlopen_succeeds_by_default \
and not test_single_cli_arg_urlopen_enabled \
and not test_single_mark_arg_urlopen_enabled \
and not test_urllib_succeeds_by_default \
and not test_enabled_urllib_succeeds'
%:
dh $@ --with python3 --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