aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster/decisionlib.py
diff options
context:
space:
mode:
authorPaulo E. Castro <pecastro@wormholenet.com>2021-04-25 21:46:02 +0100
committerPaulo E. Castro <pecastro@wormholenet.com>2021-04-30 17:45:17 +0100
commitad2eaa57eda0fd26ce2e683e9050262b0208aa3d (patch)
treebec48f582f1adb364e71f92e0794f3fe91184125 /etc/taskcluster/decisionlib.py
parent0df5f1c5cfca361c316a430ab52e26930ce097e4 (diff)
downloadservo-ad2eaa57eda0fd26ce2e683e9050262b0208aa3d.tar.gz
servo-ad2eaa57eda0fd26ce2e683e9050262b0208aa3d.zip
Remove deprecated functions with the move to GitHub actions.
Diffstat (limited to 'etc/taskcluster/decisionlib.py')
-rw-r--r--etc/taskcluster/decisionlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decisionlib.py b/etc/taskcluster/decisionlib.py
index 6466ffa4c74..dbcf11536ce 100644
--- a/etc/taskcluster/decisionlib.py
+++ b/etc/taskcluster/decisionlib.py
@@ -696,7 +696,7 @@ class MacOsGenericWorkerTask(UnixTaskMixin, GenericWorkerTask):
"/bin/bash", "--login", "-x", "-e", "-o", "pipefail", "-c",
deindent("\n".join(self.scripts))
]
- ]
+ ] # pragma: no cover
def with_python3(self):
return self.with_early_script("""