Skip to content

Commit

Permalink
[tools/shoestring]: bump dependency to proper 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gimre-xymcity committed Jul 14, 2023
1 parent cf247bd commit 6844294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tools/shoestring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Jinja2==3.1.2
prompt_toolkit==3.0.38
PyYAML==6.0
requests==2.31.0
symbol-lightapi==0.0.2
symbol-lightapi==0.0.4
symbol-sdk-python==3.0.7
websockets==11.0.3
zenlog==1.1
7 changes: 1 addition & 6 deletions tools/shoestring/scripts/ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@

set -ex

pushd .
cd ../../lightapi/python
./scripts/ci/setup_lint.sh
popd

TEST_RUNNER=$([ "$1" = "code-coverage" ] && echo "coverage run --append" || echo "python3")
PYTHONPATH=.:../../lightapi/python ${TEST_RUNNER} -m pytest --asyncio-mode=auto -v
PYTHONPATH=. ${TEST_RUNNER} -m pytest --asyncio-mode=auto -v

0 comments on commit 6844294

Please sign in to comment.