File: rules

package info (click to toggle)
python-apeye 1.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 940 kB
  • sloc: python: 2,724; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
export DH_VERBOSE = 1
export PYBUILD_NAME=apeye
# "Permission denied @ dir_s_mkdir - /nonexistent"
export HOME=/tmp

# pytest-randomly,backports-datetime-fromisoformat,
#  which are not in Debian
export PYBUILD_TEST_ARGS= -p no:warnings \
			--ignore tests/test_email_validator.py \
			--ignore tests/test_url.py \
			--ignore tests/cachecontrol_tests/test_adapter.py \
			--ignore tests/cachecontrol_tests/test_max_age.py

%:
	dh $@ --buildsystem=pybuild