Codebase list responses / 54cb194
Don't install tests in the "top-level" namespace. Andrew Starr-Bochicchio 6 years ago
2 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1111 * Re-enable build time tests.
1212 - Build depend on python{3}-mock, python{3}-pytest, and
1313 python{3}-pytest-localserver.
14 * Don't install tests in the "top-level" namespace.
1415
1516 -- Andrew Starr-Bochicchio <a.starr.b@gmail.com> Sat, 17 Mar 2018 19:00:17 -0400
1617
33 #export DH_VERBOSE=1
44
55 export PYBUILD_NAME=responses
6 export PYBUILD_AFTER_TEST=rm -f {dir}/test_responses.py; rm -f {build_dir}/test_responses.py
67
78 %:
89 dh $@ --with python2,python3 --buildsystem=pybuild