From 4036b0272cc6b52badcfd62c7f902b622a23d799 Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Mon, 3 Mar 2025 14:49:29 +1000 Subject: [PATCH] dont allow py313 tests to fail --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 440f3916..348e31a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,7 +98,6 @@ test-3.13-core: coverage_report: coverage_format: cobertura path: coverage.xml - allow_failure: true test-3.10-all: <<: *only-default @@ -148,7 +147,6 @@ test-3.13-all: coverage_report: coverage_format: cobertura path: coverage.xml - allow_failure: true build-test: stage: test