summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 4804a773d61d3bc5270d67309b074f79de7f29f3 (plain)
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: