File: rules

package info (click to toggle)
python-pyfakefs 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,476 kB
  • sloc: python: 20,153; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=pyfakefs
# Ensure the session_test comes last, see https://github.com/pytest-dev/pyfakefs/issues/1151
export PYBUILD_TEST_ARGS=pyfakefs/pytest_tests/ pyfakefs/tests/ pyfakefs/pytest_session_tests/

%:
	dh $@ --buildsystem=pybuild