File: rules

package info (click to toggle)
ormar 0.20.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,136 kB
  • sloc: python: 23,758; makefile: 34; sh: 14
file content (13 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=--asyncio-mode=auto -k "not test_weakref_init"

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs docs/releases.md

execute_after_dh_auto_test:
	rm -f ./.pybuild/*/build/test.db
	rm -r ./.pybuild/*/build/.pytest_cache