File: rules

package info (click to toggle)
pytest-sugar 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: python: 894; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

export PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
export PYTEST_PLUGINS=pytest_sugar
export PYBUILD_TEST_ARGS=-k "not test_xdist_verbose" -k "not test_xdist"
%:
	dh $@ --buildsystem=pybuild