#!/usr/bin/make -f
PYBUILD_TEST_ARGS = -k "not test_v14_constants_blob_unpickles_into_shim and not test_v14_pickle_restores_and_parses_warning_free and not test_v14_humanname_blob_unpickles" $(PYBUILD_TEST_IGNORE) tests

ifeq ($(PYBUILD_AUTOPKGTEST),1)
PYBUILD_TEST_IGNORE = --ignore=tests/v2/test_differential.py
endif

export PYBUILD_TEST_ARGS

%:
	dh $@ --buildsystem=pybuild
