def validate_solidity_compiler(): """ Check the solc prior to running any test. """ from raiden.utils.solc import validate_solc validate_solc()