From 7b1097e4055e08ed31028f22170affbeba639f86 Mon Sep 17 00:00:00 2001 From: Gregory Mierzwinski Date: Fri, 19 Mar 2021 15:14:31 -0400 Subject: [PATCH] Bug 1699639 - Run browsertime tests in python3. (#18554) This patch fixes an issue with the python version being used to run the browsertime tests. --- taskcluster/ci/browsertime/kind.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskcluster/ci/browsertime/kind.yml b/taskcluster/ci/browsertime/kind.yml index 2c2f7d6a15..486b557a3d 100644 --- a/taskcluster/ci/browsertime/kind.yml +++ b/taskcluster/ci/browsertime/kind.yml @@ -62,6 +62,8 @@ job-defaults: NEED_XVFB: "false" NO_FAIL_ON_TEST_ERRORS: "1" XPCOM_DEBUG_BREAK: "warn" + PYTHON: "python3" + LANG: "en_US.UTF-8" artifacts: - name: public/logs/ path: workspace/logs