File: rules

package info (click to toggle)
aioimaplib 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 820 kB
  • sloc: python: 3,015; makefile: 4; sh: 1
file content (7 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-k "not test_idle_start__exits_queue_get_without_timeout_error and not test_idle"

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test: