We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f706c commit c7e1830Copy full SHA for c7e1830
tests/unit/requirements.txt
@@ -52,7 +52,8 @@ python-nomad < 2.0.0 ; python_version <= '3.6'
52
python-nomad >= 2.0.0 ; python_version >= '3.7'
53
54
# requirement for jenkins_build, jenkins_node, jenkins_plugin modules
55
-python-jenkins >= 0.4.12
+python-jenkins < 1.8.0 ; python_version < '3.8'
56
+python-jenkins >= 0.4.12 ; python_version >= '3.8'
57
58
# requirement for json_patch, json_patch_recipe and json_patch plugins
59
jsonpatch
0 commit comments