From e95a3b5215e9127583c90a182f4873153719fc32 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 14:13:20 +0200 Subject: [PATCH] [PR #10570/c7e18306 backport][stable-10] CI: python-jenkins 1.8.3 fails to import on Python 2.7 (#10571) CI: python-jenkins 1.8.3 fails to import on Python 2.7 (#10570) python-jenkins 1.8.3 fails to import on Python 2.7. (cherry picked from commit c7e18306fbd040d25a8cac45d32969825e63152b) Co-authored-by: Felix Fontein --- tests/unit/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index fb24975d7b..c99d801006 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -59,7 +59,8 @@ python-nomad < 2.0.0 ; python_version <= '3.6' python-nomad >= 2.0.0 ; python_version >= '3.7' # requirement for jenkins_build, jenkins_node, jenkins_plugin modules -python-jenkins >= 0.4.12 +python-jenkins < 1.8.0 ; python_version < '3.8' +python-jenkins >= 0.4.12 ; python_version >= '3.8' # requirement for json_patch, json_patch_recipe and json_patch plugins jsonpatch \ No newline at end of file