Remove deprecated functions with the move to GitHub actions.

This commit is contained in:
Paulo E. Castro 2021-04-25 21:46:02 +01:00
parent 0df5f1c5cf
commit ad2eaa57ed
No known key found for this signature in database
GPG key ID: 732E6D35F6EC7D88
2 changed files with 7 additions and 190 deletions

View file

@ -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("""