From 515ec98226b0c07f1787b1a47978909e3d731552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=98=B8?= <😸@43-1.org> Date: Sun, 30 Aug 2020 10:45:23 +0200 Subject: [PATCH] ci: allow failure for Debian bullseye (incompatible changes) There are incompatible changes in some Python modules that make the tests fail. As it is a new test, allow the failure until this is fixed. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67e90ce1..14a8ce45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ tests bullseye python3: paths: - coverage - output + allow_failure: true flake8: <<: *template -- GitLab