@@ -22,15 +22,15 @@ usedevelop=True
22
22
commands =
23
23
core: pytest {posargs:tests/core -m " not asyncio" }
24
24
core_async: pytest {posargs:tests/core -m asyncio}
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}
25
+ ens: pytest {posargs:tests/ens --ignore =tests/ens/normalization/test_normalize_name_ensip15.py -n auto -- maxprocesses =15 }
26
+ ensip15: pytest {posargs:tests/ens/normalization/test_normalize_name_ensip15.py -q -n auto -- maxprocesses =15 }
27
+ integration-goethereum-ipc: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ipc.py -k " not Async" -n auto -- maxprocesses =15 }
28
+ integration-goethereum-ipc_async: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ipc.py -k Async -n auto -- maxprocesses =15 }
29
+ integration-goethereum-http: pytest {posargs:tests/integration/go_ethereum/test_goethereum_http.py -k " not Async" -n auto -- maxprocesses =15 }
30
+ integration-goethereum-http_async: pytest {posargs:tests/integration/go_ethereum/test_goethereum_http.py -k Async -n auto -- maxprocesses =15 }
31
+ integration-goethereum-legacy_ws: pytest {posargs:tests/integration/go_ethereum/test_goethereum_legacy_ws.py -n auto -- maxprocesses =15 }
32
+ integration-goethereum-ws: pytest {posargs:tests/integration/go_ethereum/test_goethereum_ws -n auto -- maxprocesses =15 }
33
+ integration-ethtester: pytest {posargs:tests/integration/test_ethereum_tester.py -n auto -- maxprocesses =15 }
34
34
docs: make check-docs-ci
35
35
deps =
36
36
.[test]
0 commit comments