Skip to content

Commit ffbb72e

Browse files
committed
Make xdist failures were show up correctly
Otherwise, was getting this on a test failure, without any of the normal traceback info: INTERNALERROR> OSError: cannot send to <Channel id=1 closed>
1 parent 20710ef commit ffbb72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ commands=
3636
native-blockchain-istanbul: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py --fork Istanbul}
3737
native-blockchain-berlin: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py --fork Berlin}
3838
native-blockchain-metropolis: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py --fork Metropolis}
39-
native-blockchain-transition: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py -k BlockchainTests/TransitionTests}
39+
native-blockchain-transition: pytest {posargs:tests/json-fixtures/blockchain/test_blockchain.py -k TransitionTests --tx '2*popen//execmodel=eventlet'}
4040
lint: flake8 {toxinidir}/eth {toxinidir}/tests {toxinidir}/scripts
4141
lint: mypy -p eth --config-file {toxinidir}/mypy.ini
4242

0 commit comments

Comments
 (0)