#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/infobloxopen/infoblox-client.git
include /usr/share/openstack-pkg-tools/pkgos.make

export PYBUILD_TEST_ARGS= -v tests -k 'not test_get_object_with_proxy_flag'

%:
	dh $@ --buildsystem=pybuild --with python3
