File: rules

package info (click to toggle)
python-aiohttp-session 2.12.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: python: 2,540; makefile: 198
file content (16 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export http_proxy = http://127.0.1.1:9/
export https_proxy = ${http_proxy}

export PYBUILD_NAME = aiohttp_session
# These tests require Docker.
export PYBUILD_TEST_ARGS = \
	--no-cov \
	-k 'not test_memcached_storage and not test_redis_storage'

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build:
	cd docs/ ; $(MAKE) html