#!/usr/bin/make -f

# This test fails with Python 3.11
# https://github.com/spyder-ide/spyder-kernels/issues/433
export PYBUILD_TEST_ARGS=-k "not test_dask_multiprocessing"

export PYBUILD_NAME=spyder-kernels
%:
	dh $@ --buildsystem=pybuild
