From 1b577142b7b3d006bfb3a3c0fc7ca900332c6523 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 22 Dec 2015 14:29:01 +0000 Subject: Add DEP8 tests This is a patch from Edward Betts (#796717). I then adjusted the test to work under python3 and added some additional packages to the Depends for the tests. --- debian/tests/control | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debian/tests/control (limited to 'debian/tests/control') diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..fbf7a40 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,7 @@ +Tests: single_request_py2 +Restrictions: isolation-container +Depends: @, python-requests, python-future + +Tests: single_request_py3 +Restrictions: isolation-container +Depends: @, python3-requests, python3-future -- cgit v1.2.3