File: rules

package info (click to toggle)
python-aioice 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 412 kB
  • sloc: python: 3,666; makefile: 17; sh: 1
file content (11 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# avoid network tests
export PYBUILD_TEST_ARGS = \
 --ignore=tests/test_ice.py \
 --ignore=tests/test_ice_trickle.py \
 --ignore=tests/test_mdns.py \
 --ignore=tests/test_turn.py

%:
	dh $@ --buildsystem=pybuild --test-pytest