Skip to content

Commit 624acfb

Browse files
committed
update tox
1 parent c81b593 commit 624acfb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env_list =
1414
runner = uv-venv-lock-runner
1515
package = editable
1616
wheel_build_env = .pkg
17-
solc_version = 0.8.24
1817
python_source_dirs = src tests .github/scripts
1918

2019
[testenv:lint]
@@ -70,7 +69,6 @@ setenv =
7069
extras =
7170
test
7271
lint # Required `gentest` for formatting tests
73-
commands_pre = solc-select use {[testenv]solc_version} --always-install
7472
commands =
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
8583
setenv =
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
8986
commands = pytest -n auto -m "not slow and not zkevm" --skip-evm-dump --output=/tmp/fixtures-tox --clean
9087

9188
[testenv:tests-deployed-zkevm]
9289
description = Fill zkEVM test cases in ./tests/ for deployed mainnet forks, using evmone-t8n.
93-
commands_pre = solc-select use {[testenv]solc_version} --always-install
9490
commands = 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]
9793
description = Fill test cases in ./tests/ for deployed and development mainnet forks
9894
setenv =
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
10297
commands = 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

Comments
 (0)