File: rules

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

export PYBUILD_NAME=pytest-sugar
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