-
Couldn't load subscription status.
- Fork 247
Closed
Labels
Description
Environment:
python 3.5.2
pytest==2.9.2
pytest-xdist==1.15.0
pytest-randomly==1.0.0
When using the method pytest.exit(msg) to immediately exit the test run, I've got the following error (for any value of n):
Slave 'gw0' crashed while running 'test_name' !!!!! xdist.dsession.Interrupted: <SlaveController gw0> received keyboard-interrupt !!!!
Am I missing any other parameter (besides -n) that I should be passing?
Thanks for your help! Please, let me know if there is any extra information I can provide that could help to debug the issue.