#!/usr/bin/make -f

export PYBUILD_NAME=certifi
ifeq ($(PYBUILD_AUTOPKGTEST),1)
export PYBUILD_TEST_PYTEST=1
else
export PYBUILD_DISABLE=test
endif

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_fixperms:
	chmod -x debian/python3-certifi/usr/lib/python3/dist-packages/certifi/tests/test_certify.py
