From a6d94b9f9e1e65512b4503e81b39ae374d83c41e Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Thu, 9 Nov 2023 19:08:36 -0500 Subject: [PATCH] Remove now-irrelevant parts of .cirrus.yml. `use_compute_credits:` is irrelevant because I've not been able to justify buying any for a while now. `LC_ALL`/`LANG` environment variables are irrelevant because Bork migrated stopped using Click. --- .cirrus.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2a8fa8a..09d4d99 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,12 +1,3 @@ -# Allow compute credits usage for collaborators and anything pushed to the -# main, staging, and trying branches. (So bors can use them.) -use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' || $CIRRUS_BRANCH == 'main' || $CIRRUS_BRANCH == 'staging' || $CIRRUS_BRANCH == 'trying' - -# http://click.palletsprojects.com/en/5.x/python3/#python-3-surrogate-handling -env: - LC_ALL: C.UTF-8 - LANG: C.UTF-8 - Lint_task: container: image: python:3-slim