File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 import jenkins.model.CauseOfInterruption.UserInterruption
1313
1414pipeline {
15- agent { label " ubuntu-18.04 &&master" }
15+ agent { label " linux &&master" }
1616
1717 environment {
1818 PROJECTPATH = " ${ WORKSPACE} /couchbase-cli"
@@ -54,7 +54,7 @@ pipeline {
5454
5555 timeout(time : 10 , unit : " MINUTES" ) {
5656 // Install the tools required to lint and fetch coverage profiles
57- sh " pip3 install --user pylint==2.10.2 mypy==0.730 coverage==5.2 pytest==5.4.3 autopep8==1.5.7"
57+ sh " pip3 install --user pylint==2.10.2 mypy==1.3.0 coverage==5.2 pytest==5.4.3 autopep8==1.5.7"
5858
5959 // Install the dependencies required to build/run the cli tools
6060 sh " pip3 install --user cryptography==3.4.8 pem==21.2.0 pycryptodome==3.10.1 pyopenssl==20.0.1 python-snappy==0.6.0 requests==2.26.0 requests-toolbelt==0.9.1"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ requests-toolbelt = "==0.9.1"
1515[dev-packages ]
1616autopep8 = " ==1.5.7"
1717jedi = " ==0.18.0"
18- mypy = " ==0.910 "
18+ mypy = " ==1.3.0 "
1919pylint = " ==2.10.2"
2020rope = " ==0.19.0"
2121types-pyopenssl = " ==20.0.5"
You can’t perform that action at this time.
0 commit comments