#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export PYBUILD_TEST_ARGS=\ -k 'not test__printing__geotiff_uuid__xml_sidecar and not test_print_bad_geotiff and not test_thread_support' \ $(CURDIR)/tests %: dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean $(RM) -r *.egg-info