From 965362d1dd1e071addbaf842ea26f2250878efef Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 2 Oct 2018 23:28:07 +0100 Subject: [PATCH] Add missing debian/templates/tests-control.main.in This should have been included in commit 91fad799061e "Add Python static checks and unit tests to autopkgtest tests". --- debian/templates/tests-control.main.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/templates/tests-control.main.in diff --git a/debian/templates/tests-control.main.in b/debian/templates/tests-control.main.in new file mode 100644 index 000000000..cd037b835 --- /dev/null +++ b/debian/templates/tests-control.main.in @@ -0,0 +1,2 @@ +Tests: python +Depends: python3, pycodestyle, pyflakes3