#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=portalocker

ifeq ($(PYBUILD_AUTOPKGTEST),1)
# FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3/dist-packages/README.rst'
export PYBUILD_TEST_ARGS=portalocker_tests -k 'not test_combined'
else
export PYBUILD_TEST_ARGS=portalocker_tests
endif

%:
	dh $@ --buildsystem=pybuild
