File: rules

package info (click to toggle)
python-pyconify 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 172 kB
  • sloc: python: 1,133; makefile: 20
file content (25 lines) | stat: -rwxr-xr-x 619 bytes parent folder | download
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
#!/usr/bin/make -f

export PYBUILD_NAME=pyconify

# Disable tests requiring network access
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