File: rules

package info (click to toggle)
aiohttp-cors 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 324 kB
  • sloc: python: 1,735; makefile: 11
file content (12 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (2)
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 $@ --with python3 --buildsystem=pybuild


# Disable unreliable tests
override_dh_auto_test: