File: rules

package info (click to toggle)
pytest-mpl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 500 kB
  • sloc: python: 398; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME := pytest-mpl

# Prevent setuptools/distribute from accessing the internet.
export http_proxy := http://127.0.9.1:9

# Use agg Matplotlib backend for testing on headless machines.
export MPLBACKEND := agg

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