Skip to content

Commit ca55ce6

Browse files
committed
Update tox, it should only run blockchain tests
1 parent 2fa2a18 commit ca55ce6

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
@@ -1,10 +1,10 @@
11
[tox]
22
envlist=
3-
py{35,36}-{core,database,transactions,vm,native-blockchain}
3+
py{35,36}-{core,database,transactions,vm}
44
py{36}-{benchmark,p2p,trinity,lightchain_integration,beacon}
55
py{36}-rpc-blockchain
66
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}
88
py37-{core,trinity,trinity-integration,beacon}
99
py{35,36}-lint
1010
py36-docs
@@ -35,14 +35,13 @@ commands=
3535
rpc-state-quadratic: pytest {posargs:tests/trinity/json-fixtures-over-rpc/test_rpc_fixtures.py -k 'GeneralStateTests and stQuadraticComplexityTest'}
3636
transactions: pytest {posargs:tests/json-fixtures/test_transactions.py}
3737
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}
4645
lightchain_integration: pytest --integration {posargs:tests/trinity/integration/test_lightchain_integration.py}
4746

4847
deps = .[p2p,trinity,eth-extra,test]

0 commit comments

Comments
 (0)