File: rules

package info (click to toggle)
python-flaky 3.3.0-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 388 kB
  • ctags: 291
  • sloc: python: 1,947; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /usr/bin/make -f

export PYBUILD_NAME=flaky
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-p flaky.flaky_pytest_plugin -k 'example and not nose and not options' --doctest-modules
export PYBUILD_DISABLE=test/pypy

%:
	dh $@ --with pypy,python3,python2 --buildsystem=pybuild