File: rules

package info (click to toggle)
pytest-recording 0.13.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: python: 961; makefile: 10
file content (13 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=pytest-recording
export PYBUILD_TEST_ARGS=\
--ignore={build_dir}/tests/test_recording.py \
-k "not test_blocked_network_recording \
and not test_block_network_with_allowed_hosts \
and not test_block_network_via_cmd_with_recording \
and not test_pycurl \
and not test_combine_cassettes"

%:
	dh $@ --buildsystem=pybuild