@@ -14,7 +14,6 @@ env_list =
1414runner = uv-venv-lock-runner
1515package = editable
1616wheel_build_env = .pkg
17- solc_version = 0.8.24
1817python_source_dirs = src tests .github/scripts
1918
2019[testenv:lint]
@@ -70,7 +69,6 @@ setenv =
7069extras =
7170 test
7271 lint # Required `gentest` for formatting tests
73- commands_pre = solc-select use {[testenv]solc_version} --always-install
7472commands =
7573 pytest -c ./pytest-framework.ini -n auto -m " not run_in_serial"
7674 pytest -c ./pytest-framework.ini -m run_in_serial
@@ -85,20 +83,17 @@ description = Fill test cases in ./tests/ for deployed mainnet forks, except for
8583setenv =
8684 # Use custom EELS_RESOLUTIONS_FILE if it is set via the environment (eg, in CI)
8785 EELS_RESOLUTIONS_FILE = {env:EELS_RESOLUTIONS_FILE:}
88- commands_pre = solc-select use {[testenv]solc_version} --always-install
8986commands = pytest -n auto -m " not slow and not zkevm" --skip-evm-dump --output =/tmp/fixtures-tox --clean
9087
9188[testenv:tests-deployed-zkevm]
9289description = Fill zkEVM test cases in ./tests/ for deployed mainnet forks, using evmone-t8n.
93- commands_pre = solc-select use {[testenv]solc_version} --always-install
9490commands = pytest -n auto -m " zkevm" --skip-evm-dump --block-gas-limit 36000000 --output =/tmp/fixtures-tox --clean --evm-bin =evmone-t8n
9591
9692[testenv:tests-develop]
9793description = Fill test cases in ./tests/ for deployed and development mainnet forks
9894setenv =
9995 # Use custom EELS_RESOLUTIONS_FILE if it is set via the environment (eg, in CI)
10096 EELS_RESOLUTIONS_FILE = {env:EELS_RESOLUTIONS_FILE:}
101- commands_pre = solc-select use {[testenv]solc_version} --always-install
10297commands = pytest -n auto --until ={[forks]develop} -k " not slow and not zkevm" --skip-evm-dump --output =/tmp/fixtures-tox --clean
10398
10499# ----------------------------------------------------------------------------------------------
0 commit comments