#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-k "not test_passthrough_host_is_allowed\
	and not test_passthrough_unmatched_allows_real_requests\
	and not test_passthrough_unmatched_with_pattern_proxies_unmatched\
	and not test_passthrough_https_explicit\
	and not test_passthrough_unmatched_https_no_patterns\
	and not test_passthrough_unmatched_https_with_patterns\
	and not test_passthrough_unmatched_url_handler_unknown_path_proxied\
	and not test_shared_resolve_no_active_instances_uses_real_resolver\
	and not test_address_as_instance_of_url_combined_with_pass_through\
	and not test_pass_through_with_origin_params\
	and not test_pass_through_unmatched_requests"

%:
	dh $@ --buildsystem=pybuild
