Replace pytest.exit with FileNotFoundError so that error is reported properly....
Replace pytest.exit with FileNotFoundError so that error is reported properly. This is because xdist incorrect intercepts a pytest.exit as a keyboard interrupt and removes the error message.
Loading
Please register or sign in to comment