We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a544d4 commit 5c26ba9Copy full SHA for 5c26ba9
src/_pytest/main.py
@@ -225,7 +225,7 @@ def wrap_session(config, doit):
225
config.notify_exception(excinfo, config.option)
226
session.exitstatus = EXIT_INTERNALERROR
227
if excinfo.errisinstance(SystemExit):
228
- sys.stderr.write("mainloop: caught Spurious SystemExit!\n")
+ sys.stderr.write("mainloop: caught unexpected SystemExit!\n")
229
230
finally:
231
excinfo = None # Explicitly break reference cycle.
0 commit comments