#!/usr/bin/make -f

export PYBUILD_TEST_ARGS := -k 'not test_integration_static_structure_factor'

# Wait for upstream to fix this.
# It has been reported here: https://gitlab.com/materials-modeling/dynasor/-/work_items/222
override_dh_auto_test:
ifneq ($(shell nproc),1)
	dh_auto_test
endif

%:
	dh $@ --buildsystem=pybuild
