Skip to content

Commit

Permalink
Name the flaky and regular eth-tester integration test runs similarly
Browse files Browse the repository at this point in the history
- ``tox`` seems to be picking up both runs otherwise in its pattern when looking for commands
  • Loading branch information
fselmo committed Dec 15, 2023
1 parent e7b5e9e commit 1b2ea67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
docker:
- image: cimg/python:3.7
environment:
TOXENV: py37-integration-ethtester-pyevm_flaky
TOXENV: py37-integration-ethtester-_flaky
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend

py37-wheel-cli:
Expand Down Expand Up @@ -500,7 +500,7 @@ jobs:
docker:
- image: cimg/python:3.8
environment:
TOXENV: py38-integration-ethtester-pyevm_flaky
TOXENV: py38-integration-ethtester-_flaky
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend

py38-wheel-cli:
Expand Down Expand Up @@ -639,7 +639,7 @@ jobs:
docker:
- image: cimg/python:3.9
environment:
TOXENV: py39-integration-ethtester-pyevm_flaky
TOXENV: py39-integration-ethtester-_flaky
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend

py39-wheel-cli:
Expand Down Expand Up @@ -778,7 +778,7 @@ jobs:
docker:
- image: cimg/python:3.10
environment:
TOXENV: py310-integration-ethtester-pyevm_flaky
TOXENV: py310-integration-ethtester-_flaky
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend

py310-wheel-cli:
Expand Down Expand Up @@ -923,7 +923,7 @@ jobs:
docker:
- image: cimg/python:3.11
environment:
TOXENV: py311-integration-ethtester-pyevm_flaky
TOXENV: py311-integration-ethtester-_flaky
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend

py311-wheel-cli:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ commands=
integration-goethereum-ws-v2: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ws_v2}
integration-goethereum-ws-v2_flaky: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ws_v2 --flaky}
integration-ethtester: pytest {posargs:tests/integration/test_ethereum_tester.py}
integration-ethtester-pyevm_flaky: pytest {posargs:tests/integration/test_ethereum_tester.py --flaky}
integration-ethtester_flaky: pytest {posargs:tests/integration/test_ethereum_tester.py --flaky}
docs: make -C {toxinidir} validate-docs
deps =
.[dev]
Expand Down

0 comments on commit 1b2ea67

Please sign in to comment.