Skip to content

Commit 8158930

Browse files
authored
Remove pysha3 dependency
1 parent fad4f48 commit 8158930

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compatibility-tests/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ python_purge () {
1616
install_libraries() {
1717
python3 -m pip install aiohttp
1818
python3 -m pip install ecdsa
19-
python3 -m pip install pysha3
2019
python3 -m pip install grpcio
2120
python3 -m pip install typing
2221
python3 -m pip install protobuf
@@ -275,4 +274,4 @@ python_purge
275274
install_libraries
276275
run_tests
277276
python_purge
278-
break
277+
break

0 commit comments

Comments
 (0)