File: rules

package info (click to toggle)
amqtt 0.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,660 kB
  • sloc: python: 14,565; sh: 42; makefile: 34; javascript: 27
file content (10 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--no-cov -k " \
	not test_external_http_server and \
	not test_broker_sys_plugin_config and \
	not test_connect_ws and \
	not test_reconnect_ws_retain_username_password and \
	not test_broker_sys_plugin_deprecated_config"

%:
	dh $@ --buildsystem=pybuild