@@ -26,7 +26,7 @@ dependencies = [
2626 " ethereum-types>=0.2.4,<0.3" ,
2727 " ethereum-rlp>=0.1.4,<0.2" ,
2828 " cryptography>=45.0.1,<46" ,
29- " ethereum-execution-spec-tests @ git+https://github.com/ethereum/execution-spec-tests@0fdd974b0968e443ef5878430ba5194c43149a4b " ,
29+ " ethereum-execution-spec-tests @ git+https://github.com/ethereum/execution-spec-tests@5220d21ba64a9a4cbdc7e4025a7f1a032a957c78 " ,
3030 " ethereum-spec-evm-resolver @ git+https://github.com/petertdavies/ethereum-spec-evm-resolver" ,
3131]
3232
@@ -36,6 +36,7 @@ packages = [
3636 " ethereum_spec_tools" ,
3737 " ethereum_spec_tools.evm_tools" ,
3838 " ethereum_spec_tools.evm_tools.t8n" ,
39+ " ethereum_spec_tools.evm_tools.t8n.evm_trace" ,
3940 " ethereum_spec_tools.evm_tools.b11r" ,
4041 " ethereum_spec_tools.evm_tools.statetest" ,
4142 " ethereum_spec_tools.evm_tools.loaders" ,
@@ -223,6 +224,9 @@ markers = [
223224 " slow: marks tests as slow (deselect with '-m \" not slow\" ')" ,
224225 " bigmem: marks tests as big memory (deselect with '-m \" not bigmem\" ')" ,
225226 " evm_tools: marks tests as evm_tools (deselect with '-m \" not evm_tools\" ')" ,
227+ " json_blockchain_tests: marks tests as json_blockchain_tests (deselect with '-m \" not json_blockchain_tests\" ')" ,
228+ " json_state_tests: marks tests as json_state_tests (deselect with '-m \" not json_state_tests\" ')" ,
229+ " vm_test: marks tests as vm_test (deselect with '-m \" not vm_test\" ')" ,
226230]
227231
228232[tool .coverage .run ]
0 commit comments