#!/usr/bin/make -f

#DH_VERBOSE=1

export PYBUILD_BEFORE_TEST=cp keyring/backend_complete.* {build_dir}/keyring/
export PYBUILD_TEST_ARGS=tests \
	--ignore tests/backends/test_SecretService.py \
	--ignore tests/backends/test_Windows.py \
	--ignore tests/backends/test_kwallet.py \
	--ignore tests/backends/test_libsecret.py \
	--ignore tests/backends/test_macOS.py \
	--ignore tests/test_multiprocess.py
export PYTHONPATH=$(CURDIR)
export PYTHONDONTWRITEBYTECODE=1

%:
	dh $@ --buildsystem pybuild --with shell-completions

override_dh_installchangelogs:
	dh_installchangelogs -k NEWS.rst
