Skip to content

Commit 923bc43

Browse files
committed
Changes from comments on PR #3659
1 parent ae1934c commit 923bc43

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

tox.ini

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@ allowlist_externals=make,pre-commit
2020
install_command=python -m pip install {opts} {packages}
2121
usedevelop=True
2222
commands=
23-
# Note: `pytest-xdist` n=10 seems to cause connection issues with geth; keep it at 6 for now
2423
core: pytest {posargs:tests/core -m "not asyncio"}
2524
core_async: pytest {posargs:tests/core -m asyncio}
26-
ens: pytest {posargs:tests/ens --ignore=tests/ens/normalization/test_normalize_name_ensip15.py -n 10}
27-
ensip15: pytest {posargs:tests/ens/normalization/test_normalize_name_ensip15.py -q -n 10}
28-
integration-goethereum-ipc: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ipc.py -k "not Async" -n 10}
29-
integration-goethereum-ipc_async: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ipc.py -k Async -n 10}
30-
integration-goethereum-http: pytest {posargs:tests/integration/go_ethereum/test_goethereum_http.py -k "not Async" -n 10}
31-
integration-goethereum-http_async: pytest {posargs:tests/integration/go_ethereum/test_goethereum_http.py -k Async -n 10}
32-
integration-goethereum-legacy_ws: pytest {posargs:tests/integration/go_ethereum/test_goethereum_legacy_ws.py -n 10}
33-
integration-goethereum-ws: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ws -n 10}
34-
integration-ethtester: pytest {posargs:tests/integration/test_ethereum_tester.py -n 10}
25+
ens: pytest {posargs:tests/ens --ignore=tests/ens/normalization/test_normalize_name_ensip15.py -n auto}
26+
ensip15: pytest {posargs:tests/ens/normalization/test_normalize_name_ensip15.py -q -n auto}
27+
integration-goethereum-ipc: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ipc.py -k "not Async" -n auto}
28+
integration-goethereum-ipc_async: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ipc.py -k Async -n auto}
29+
integration-goethereum-http: pytest {posargs:tests/integration/go_ethereum/test_goethereum_http.py -k "not Async" -n auto}
30+
integration-goethereum-http_async: pytest {posargs:tests/integration/go_ethereum/test_goethereum_http.py -k Async -n auto}
31+
integration-goethereum-legacy_ws: pytest {posargs:tests/integration/go_ethereum/test_goethereum_legacy_ws.py -n auto}
32+
integration-goethereum-ws: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ws -n auto}
33+
integration-ethtester: pytest {posargs:tests/integration/test_ethereum_tester.py -n auto}
3534
docs: make check-docs-ci
3635
deps =
3736
.[test]

0 commit comments

Comments
 (0)