From 14a1f9de7fc540e6b2dd77aaa0394ab0e7664151 Mon Sep 17 00:00:00 2001 From: Benjamin Wohlwend Date: Wed, 14 Apr 2021 14:36:28 +0200 Subject: [PATCH] temporarily exclude pypy-3 from testing as it fails, possibly due to ecs-logging --- .ci/.jenkins_exclude.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/.jenkins_exclude.yml b/.ci/.jenkins_exclude.yml index c137bf1e8..fee4968db 100644 --- a/.ci/.jenkins_exclude.yml +++ b/.ci/.jenkins_exclude.yml @@ -1,4 +1,6 @@ exclude: + - PYTHON_VERSION: pypy-3 # pypy3 currently fails on CI, e.g. https://apm-ci.elastic.co/blue/organizations/jenkins/apm-agent-python%2Fapm-agent-python-mbp/detail/PR-1099/2/pipeline#step-3497-log-1 + FRAMEWORK: none # Flask - PYTHON_VERSION: pypy-3 FRAMEWORK: flask-0.11 # see https://github.com/pallets/flask/commit/6e46d0cd, 0.11.2 was never released