From 4db2168f83a5efd637861ad0174423b21c635444 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 7 Nov 2018 01:16:18 +0000 Subject: [PATCH] issue #426: teach debops_common_tests to use py3 prefix --- .ci/debops_common_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/debops_common_tests.py b/.ci/debops_common_tests.py index 04fbb938..8e9f2953 100755 --- a/.ci/debops_common_tests.py +++ b/.ci/debops_common_tests.py @@ -55,6 +55,7 @@ with ci_lib.Fold('job_setup'): '%(name)s ' 'ansible_host=%(hostname)s ' 'ansible_port=%(port)d ' + 'ansible_python_interpreter=%(python_path)s ' '\n' % container for container in containers