Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
* copy libs for tests from evm
  • Loading branch information
gigimon committed Jun 13, 2022
commit 5c0d67e93bdd2330764f9a3318e15ac9ce4921c2
3 changes: 0 additions & 3 deletions proxy/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@
:copyright: (c) 2013-present by Abhinav Singh and contributors.
:license: BSD, see LICENSE for more details.
"""
import sys
sys.path.append("/spl/bin/") # TODO: get rid off this workaround all related modules should either be installed as package or be linked from submodule

from solcx import install_solc
install_solc(version='0.7.6')