File: rules

package info (click to toggle)
pytest-xdist 3.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: python: 5,497; makefile: 7; sh: 5
file content (12 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE=1
export PYBUILD_NAME=pytest-xdist
# https://github.com/pytest-dev/pytest-xdist/issues/735
export PYBUILD_TEST_ARGS=-k "not test_internal_errors_propagate_to_controller"

%:
	dh $@ --buildsystem=pybuild

override_dh_installdocs:
	pandoc -f rst -t plain -o .pybuild/README README.rst
	dh_installdocs -A .pybuild/README example/boxed.txt