File: rules

package info (click to toggle)
aiohttp-cors 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 1,780; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=aiohttp-cors
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-k-tests/integration/test_real_browser.py

%:
	dh $@ --buildsystem=pybuild


# Disable unreliable tests
override_dh_auto_test: