|
1 | 1 | [tox]
|
2 | 2 | envlist=
|
3 |
| - py{35,36}-{core,database,transactions,vm,native-blockchain} |
| 3 | + py{35,36}-{core,database,transactions,vm} |
4 | 4 | py{36}-{benchmark,p2p,trinity,lightchain_integration,beacon}
|
5 | 5 | py{36}-rpc-blockchain
|
6 | 6 | py{36}-rpc-state-{frontier,homestead,eip150,eip158,byzantium,quadratic}
|
7 |
| - py{35,36}-native-state-{frontier,homestead,eip150,eip158,byzantium,constantinople,metropolis} |
| 7 | + py{35,36}-native-blockchain-{frontier,homestead,eip150,eip158,byzantium,constantinople,metropolis} |
8 | 8 | py37-{core,trinity,trinity-integration,beacon}
|
9 | 9 | py{35,36}-lint
|
10 | 10 | py36-docs
|
@@ -35,14 +35,13 @@ commands=
|
35 | 35 | rpc-state-quadratic: pytest {posargs:tests/trinity/json-fixtures-over-rpc/test_rpc_fixtures.py -k 'GeneralStateTests and stQuadraticComplexityTest'}
|
36 | 36 | transactions: pytest {posargs:tests/json-fixtures/test_transactions.py}
|
37 | 37 | vm: pytest {posargs:tests/json-fixtures/test_virtual_machine.py}
|
38 |
| - native-blockchain: pytest {posargs:tests/json-fixtures/test_blockchain.py} |
39 |
| - native-state-frontier: pytest {posargs:tests/json-fixtures/test_state.py --fork Frontier} |
40 |
| - native-state-homestead: pytest {posargs:tests/json-fixtures/test_state.py --fork Homestead} |
41 |
| - native-state-eip150: pytest {posargs:tests/json-fixtures/test_state.py --fork EIP150} |
42 |
| - native-state-eip158: pytest {posargs:tests/json-fixtures/test_state.py --fork EIP158} |
43 |
| - native-state-byzantium: pytest {posargs:tests/json-fixtures/test_state.py --fork Byzantium} |
44 |
| - native-state-constantinople: pytest {posargs:tests/json-fixtures/test_state.py --fork Constantinople} |
45 |
| - native-state-metropolis: pytest {posargs:tests/json-fixtures/test_state.py --fork Metropolis} |
| 38 | + native-blockchain-frontier: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Frontier} |
| 39 | + native-blockchain-homestead: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Homestead} |
| 40 | + native-blockchain-eip150: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork EIP150} |
| 41 | + native-blockchain-eip158: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork EIP158} |
| 42 | + native-blockchain-byzantium: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Byzantium} |
| 43 | + native-blockchain-constantinople: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Constantinople} |
| 44 | + native-blockchain-metropolis: pytest {posargs:tests/json-fixtures/test_blockchain.py --fork Metropolis} |
46 | 45 | lightchain_integration: pytest --integration {posargs:tests/trinity/integration/test_lightchain_integration.py}
|
47 | 46 |
|
48 | 47 | deps = .[p2p,trinity,eth-extra,test]
|
|
0 commit comments