Skip to content

Commit 54b2488

Browse files
author
Gerrit Code Review
committed
Merge "Merge branch 'neo' into master"
2 parents 2c693ef + 76ed940 commit 54b2488

6 files changed

Lines changed: 199 additions & 156 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import jenkins.model.CauseOfInterruption.UserInterruption
1313

1414
pipeline {
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"

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requests-toolbelt = "==0.9.1"
1515
[dev-packages]
1616
autopep8 = "==1.5.7"
1717
jedi = "==0.18.0"
18-
mypy = "==0.910"
18+
mypy = "==1.3.0"
1919
pylint = "==2.10.2"
2020
rope = "==0.19.0"
2121
types-pyopenssl = "==20.0.5"

0 commit comments

Comments
 (0)