Skip to content

Commit

Permalink
add docker to test requirements; clean up existing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy committed Apr 22, 2022
1 parent b5cee1c commit c1700b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sdk/python/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
-r requirements.txt
docker
mock
1 change: 0 additions & 1 deletion test/presubmit-tests-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ source_root=$(pwd)

python3 -m pip install --upgrade pip
python3 -m pip install coverage==4.5.4 coveralls==1.9.2
python3 -m pip install mock # TODO: Remove when added to requirements
python3 -m pip install -r "$source_root/sdk/python/requirements-test.txt"
python3 -m pip install --upgrade protobuf

Expand Down

0 comments on commit c1700b4

Please sign in to comment.