#! /usr/bin/make -f

export PYBUILD_NAME=magicgui
export MAGICGUI_SOURCE_DIR=$(CURDIR)
export PYBUILD_TEST_ARGS=-k 'not test_pushbutton_icon' # Requires network

%:
	dh $@ --with=python3 --with=numpy3 --buildsystem=pybuild --test-pytest
