1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
export PYBUILD_NAME=pyconify
export PYBUILD_TEST_ARGS = \
-k 'not test_delete_stale \
and not test_tmp_svg_with_fixture \
and not test_cache_used_offline \
and not test_clear_api_cache \
and not test_freedesktop \
and not test_freedesktop_tmp_dir \
and not test_collections \
and not test_collection \
and not test_icon_data \
and not test_svg \
and not test_tmp_svg \
and not test_css \
and not test_last_modified \
and not test_keywords \
and not test_search \
and not test_iconify_version'
%:
dh $@ --with python3 --buildsystem=pybuild
|