Skip to content

Commit c7e1830

Browse files
authored
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.
1 parent 14f706c commit c7e1830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ python-nomad < 2.0.0 ; python_version <= '3.6'
5252
python-nomad >= 2.0.0 ; python_version >= '3.7'
5353

5454
# requirement for jenkins_build, jenkins_node, jenkins_plugin modules
55-
python-jenkins >= 0.4.12
55+
python-jenkins < 1.8.0 ; python_version < '3.8'
56+
python-jenkins >= 0.4.12 ; python_version >= '3.8'
5657

5758
# requirement for json_patch, json_patch_recipe and json_patch plugins
5859
jsonpatch

0 commit comments

Comments
 (0)