swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 0c604ad881b2bf9167bd3e1f5bcd4e8504ddd44f authored by Nicolas Dandrimont on 28 October 2015, 11:38:32 UTC
swh.storage.api.client: cache http connections with a requests Session
Tip revision: 0c604ad
rules
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Tue, 22 Sep 2015 12:05:09 +0200
export PYBUILD_NAME=swh-storage

%:
	dh $@ --with python3 --buildsystem=pybuild


override_dh_auto_test:
	PYBUILD_SYSTEM=custom \
        PYBUILD_TEST_ARGS="python{version} -m nose swh -sva '!db'" \
        dh_auto_test
back to top