@@ -20,18 +20,17 @@ allowlist_externals=make,pre-commit
20
20
install_command =python -m pip install {opts} {packages}
21
21
usedevelop =True
22
22
commands =
23
- # Note: `pytest-xdist` n=10 seems to cause connection issues with geth; keep it at 6 for now
24
23
core: pytest {posargs:tests/core -m " not asyncio" }
25
24
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 }
35
34
docs: make check-docs-ci
36
35
deps =
37
36
.[test]
0 commit comments