Skip to content

Commit

Permalink
Merge "Merge branch 'neo' into master"
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Code Review committed Jun 20, 2023
2 parents 2c693ef + 76ed940 commit 54b2488
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 156 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import jenkins.model.CauseOfInterruption.UserInterruption

pipeline {
agent { label "ubuntu-18.04&&master" }
agent { label "linux&&master" }

environment {
PROJECTPATH="${WORKSPACE}/couchbase-cli"
Expand Down Expand Up @@ -54,7 +54,7 @@ pipeline {

timeout(time: 10, unit: "MINUTES") {
// Install the tools required to lint and fetch coverage profiles
sh "pip3 install --user pylint==2.10.2 mypy==0.730 coverage==5.2 pytest==5.4.3 autopep8==1.5.7"
sh "pip3 install --user pylint==2.10.2 mypy==1.3.0 coverage==5.2 pytest==5.4.3 autopep8==1.5.7"

// Install the dependencies required to build/run the cli tools
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"
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requests-toolbelt = "==0.9.1"
[dev-packages]
autopep8 = "==1.5.7"
jedi = "==0.18.0"
mypy = "==0.910"
mypy = "==1.3.0"
pylint = "==2.10.2"
rope = "==0.19.0"
types-pyopenssl = "==20.0.5"
Expand Down
Loading

0 comments on commit 54b2488

Please sign in to comment.