From 4d41d44ee8eeb001ae859fb6f50c827bafd544aa Mon Sep 17 00:00:00 2001 From: David Miller Date: Mon, 1 Feb 2021 14:11:04 +0000 Subject: [PATCH] Bug 1689837 - run compiled tests in python3 r=rjl Differential Revision: https://phabricator.services.mozilla.com/D103594 --HG-- extra : moz-landing-system : lando --- taskcluster/ci/test/compiled.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/ci/test/compiled.yml b/taskcluster/ci/test/compiled.yml index 78725436ac..8ce6438d08 100644 --- a/taskcluster/ci/test/compiled.yml +++ b/taskcluster/ci/test/compiled.yml @@ -18,6 +18,7 @@ job-defaults: windows.*: - unittests/win_unittest.py - unittests/thunderbird_extra.py + python-3: true gtest: description: "GTests run"