File: rules

package info (click to toggle)
python-pytest-flake8 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: python: 370; sh: 5; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=python-pytest-flake8

%:
	dh $@ --with python3 --buildsystem=pybuild

# Disable tests during build time because they're too complex to run.
# Instead, let's just use autopkgtest.
override_dh_auto_test: