From e23e6d82e266c1a076aa42bb85a0a35d802c9c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 30 Sep 2024 11:40:38 +0200 Subject: [PATCH] allow failure for Py3.7 tests --- .gitlab-ci.yml | 1 + docs/index.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97c8c03a..b814cb67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ pages: test_python37: extends: .test image: python:3.7 + allow_failure: true test_python38: extends: .test diff --git a/docs/index.rst b/docs/index.rst index 49ff13a2..a8ecf3c5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -55,6 +55,7 @@ I believe you've already covered project's primary README at GitLab_. If not, pl processes cassandra opentracing + modules Indices and tables -- GitLab