#!/usr/bin/make -f

export PYBUILD_TEST_ARGS='-k not highlight'
# https://build.opensuse.org/package/show/openSUSE:Factory/python-redbaron?rev=6
# 6 months ago - Skip test_highlight, it's failing with latest pygments

%:
	dh $@ --buildsystem=pybuild
