File: rules

package info (click to toggle)
flake8-noqa 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 455; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

#export DH_VERBOSE = 1
export PYBUILD_NAME=flake8-noqa
export PYBUILD_TEST_ARGS=-v -k 'not (test_require_code or test_no_colon or test_bad_colon or test_no_space or test_space or test_codes or test_double or test_inlude_name)' {dir}/test.py

%:
	dh $@  --buildsystem=pybuild