#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Thu, 13 Jan 2022 17:31:04 +0100
export PYBUILD_NAME=bqplot
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	# Ignore results to avoid cyclic dependency with ipywidgets
	dh_auto_test || true
