#!/usr/bin/make -f

export PYBUILD_NAME=hyperspy
# Exclude tests that require downloading datasets from the internet. See #997475
export PYBUILD_TEST_ARGS=\
   --ignore hyperspy/tests/drawing/test_plot_markers.py \
   --ignore hyperspy/tests/drawing/test_plot_signal1d.py \
   --ignore hyperspy/tests/drawing/test_plot_signal2d.py
#export PYBUILD_DISABLE=test
# export PYBUILD_VERSIONS=3.8
# export PYBUILD_INTERPRETERS=python{version}

%:
	dh $@ --with python3 --buildsystem=pybuild
