#!/usr/bin/make -f

# Post-install only
export PYBUILD_TEST_ARGS = -k "not test_entry_point and not test_pylsp_settings and not test_load_config_defaults and not test_load_config_with_skip_options"

%:
	dh $@ --buildsystem=pybuild
