File: rules

package info (click to toggle)
python-multipart 0.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 528 kB
  • sloc: python: 2,143; makefile: 148; pascal: 12
file content (8 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#! /usr/bin/make -f

export PYBUILD_NAME=python-multipart
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m pytest multipart/tests/ " dh_auto_test