From b8aaac0839388aab382dea56ad901eae936a82e2 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 12:03:49 +0000 Subject: [PATCH] [PR #5441/2754d86a backport][stable-3] [stable-4] Fix CI (#5442) * Restrict Python 3.6 unit test requirements for elastic-apm. (#5441) (cherry picked from commit 2754d86ac5adbf66e745ee97cc3dae6a88402bf1) * Stick to the older version. Co-authored-by: Felix Fontein --- tests/unit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 66da4024bd..347fa1928c 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -35,4 +35,4 @@ dataclasses ; python_version == '3.6' # opentelemetry-sdk ; python_version >= '3.6' and python_version < '3.10' # requirement for the elastic callback plugin -elastic-apm ; python_version >= '3.6' +elastic-apm < 6.13.0