From 65b638b5727d7bdb7e08084e52a90503a4e365d2 Mon Sep 17 00:00:00 2001 From: Andrew Kent Date: Wed, 1 Sep 2021 08:54:20 -0700 Subject: [PATCH] test: add poetry update to docker test, bump poetry lock --- saw-remote-api/python/poetry.lock | 18 +++++++++--------- saw-remote-api/scripts/test_docker.sh | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/saw-remote-api/python/poetry.lock b/saw-remote-api/python/poetry.lock index 950520dfec..6cda5a4333 100644 --- a/saw-remote-api/python/poetry.lock +++ b/saw-remote-api/python/poetry.lock @@ -1,6 +1,6 @@ [[package]] name = "argo-client" -version = "0.0.6" +version = "0.0.7" description = "A JSON RPC client library." category = "main" optional = false @@ -39,7 +39,7 @@ unicode_backport = ["unicodedata2"] [[package]] name = "cryptol" -version = "2.11.4" +version = "2.11.5" description = "Cryptol client for the Cryptol 2.11 RPC server" category = "main" optional = false @@ -47,7 +47,7 @@ python-versions = ">=3.7.0" develop = true [package.dependencies] -argo-client = "0.0.6" +argo-client = "0.0.7" BitVector = "^3.4.9" requests = "^2.25.1" @@ -115,7 +115,7 @@ python-versions = "*" [[package]] name = "typing-extensions" -version = "3.10.0.0" +version = "3.10.0.2" description = "Backported and Experimental Type Hints for Python 3.5+" category = "main" optional = false @@ -141,8 +141,8 @@ content-hash = "d1ec6c507e7a1f0f935f625feec468b2291974cc537e2891f1f0bbfcc70416bb [metadata.files] argo-client = [ - {file = "argo-client-0.0.6.tar.gz", hash = "sha256:02fe34502eae62ae331e4ce92c290892ea62222eee0e9b79a41de9f795247186"}, - {file = "argo_client-0.0.6-py2-none-any.whl", hash = "sha256:6a153ba3be43573e680c54afeeba86c10b5d060afe2588e4dcac25abdba83ca5"}, + {file = "argo-client-0.0.7.tar.gz", hash = "sha256:f3d54416448fff0162b1b669ca7ae1d846b8197fd77b7809f78ceb7f1b2675fb"}, + {file = "argo_client-0.0.7-py3-none-any.whl", hash = "sha256:0149c5fc5a008cdaabd3764af0bcadce3efb07fdf6e1fb6fca86fc9cda5560d8"}, ] bitvector = [ {file = "BitVector-3.5.0.tar.gz", hash = "sha256:cac2fbccf11e325115827ed7be03e5fd62615227b0bbf3fa5a18a842a221839c"}, @@ -225,9 +225,9 @@ typed-ast = [ {file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"}, ] typing-extensions = [ - {file = "typing_extensions-3.10.0.0-py2-none-any.whl", hash = "sha256:0ac0f89795dd19de6b97debb0c6af1c70987fd80a2d62d1958f7e56fcc31b497"}, - {file = "typing_extensions-3.10.0.0-py3-none-any.whl", hash = "sha256:779383f6086d90c99ae41cf0ff39aac8a7937a9283ce0a414e5dd782f4c94a84"}, - {file = "typing_extensions-3.10.0.0.tar.gz", hash = "sha256:50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342"}, + {file = "typing_extensions-3.10.0.2-py2-none-any.whl", hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7"}, + {file = "typing_extensions-3.10.0.2-py3-none-any.whl", hash = "sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34"}, + {file = "typing_extensions-3.10.0.2.tar.gz", hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e"}, ] urllib3 = [ {file = "urllib3-1.26.6-py2.py3-none-any.whl", hash = "sha256:39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4"}, diff --git a/saw-remote-api/scripts/test_docker.sh b/saw-remote-api/scripts/test_docker.sh index 56c1b1eb94..ab6f33bf6a 100755 --- a/saw-remote-api/scripts/test_docker.sh +++ b/saw-remote-api/scripts/test_docker.sh @@ -32,6 +32,7 @@ function run_test { echo "Setting up python environment for remote server clients..." +poetry update poetry install export SAW_SERVER_URL="http://localhost:8080/"