blob: 66332e2c8d11fa5248dfa849dd8b0e48eb07d739 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/make -f
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-n auto -k "not test_own_pyproject" {dir}/tests
%:
dh $@ --with python3 --buildsystem pybuild
|