#!/usr/bin/make -f

# to_standard-calendar_pair2? can be tested again once it is fixed upstream:
# https://github.com/niccokunzmann/x-wr-timezone/issues/8
export PYBUILD_TEST_ARGS = --ignore test/test_command_line.py -k "not test_input_to_output[to_standard-calendar_pair21] and not test_input_to_output[to_standard-calendar_pair22] and not test_input_to_output[to_standard-calendar_pair23]"

%:
	dh $@ --buildsystem=pybuild
