-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got SystemExit when run an unittest without debug. #1529
Comments
And there is another place which seems not correct. |
Are you sure you have the appropriate paths to your virtual environment set in the extension? If you have it specified differently in |
@brettcannon
And after I delete |
Unfortunately I can't replicate this at least on Windows 10 with Python 3.6.5. The other thing is that if you look at the traceback you will notice that none of our code is in it, so we don't seem to be influencing the running of it. Do you get the same error if you run the tests manually from the terminal? |
@weqopy what happens if you go through |
|
@weqopy notice that no tests were run. You need to either use |
@brettcannon Sorry, this time is in correct way. |
@weqopy I'm at a loss. We will give it one more try to reproduce. NOTE TO TEAM: If we can't we should turn this into an issue to add logging to the extension and then ask the OP to try the development build to see what's going on. |
I'll have a look at this today. |
* Close communication channel before exiting the test runner * revert change * Fixes #1529
Environment data
Actual behavior
Here is the unittest:
The text was updated successfully, but these errors were encountered: