From 65058ed6fb093017d6ee4783aee67f36d9fbcc77 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 30 Jan 2026 13:50:30 +0100 Subject: [PATCH] ci: split `tox -e check` to its own task --- taskcluster/kinds/tox/kind.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/taskcluster/kinds/tox/kind.yml b/taskcluster/kinds/tox/kind.yml index 4ac60dac..4168e696 100644 --- a/taskcluster/kinds/tox/kind.yml +++ b/taskcluster/kinds/tox/kind.yml @@ -36,19 +36,22 @@ task-defaults: uv run tox -e {targets} tasks: + check: + python-version: "3.13" + targets: check py311: python-version: "3.11" - targets: py311,check + targets: py311 env: NO_TESTS_OVER_WIRE: "1" py312: python-version: "3.12" - targets: py312,check + targets: py312 env: NO_TESTS_OVER_WIRE: "1" py313: python-version: "3.13" - targets: py313,check + targets: py313 env: NO_TESTS_OVER_WIRE: "1" py311-cot: