From 4d6191ec6a10325bb9d3d27ea06b32959742d270 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Fri, 1 May 2020 20:28:52 -0400 Subject: [PATCH] Pin version of python ordered-set to 3.1.1 (#18152) A new version of ordered-set was released on April 29, 2020 and builds under Python 3.5 on Jenkins started failing. So this pins the version of ordered-set to the previous version that it was using and working under. Fixes #18150 (cherry picked from commit 522ffd5460d3b63bdc117ccacbbd033b5ed316e1) --- libbeat/tests/system/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libbeat/tests/system/requirements.txt b/libbeat/tests/system/requirements.txt index f979754ed330..d2aa5c3889b6 100644 --- a/libbeat/tests/system/requirements.txt +++ b/libbeat/tests/system/requirements.txt @@ -31,5 +31,6 @@ parameterized==0.7.0 jsondiff==1.1.2 semver==2.8.1 stomp.py==4.1.22 +ordered-set==3.1.1 deepdiff==4.2.0 kafka-python==1.4.3