File: rules

package info (click to toggle)
dirty-equals 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: python: 2,485; makefile: 69
file content (12 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--ignore=tests/test_docs.py

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_installdeb:
	rm -rf $(CURDIR)/debian/python3-dirty-equals/usr/lib/python3/dist-packages/dirty_equals-0.5.0.dist-info/licenses/

override_dh_auto_test:
	TZ=utc dh_auto_test
	rm -r ./.pybuild/*/build/.pytest_cache