Skip to content

Commit

Permalink
unnecessary indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Oct 10, 2024
1 parent e32ee90 commit 70d19fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_files/vscode_pytest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def pytest_exception_interact(node, call, report):
# call.excinfo is the captured exception of the call, if it raised as type ExceptionInfo.
# call.excinfo.exconly() returns the exception as a string.
# If it is during discovery, then add the error to error logs.

if IS_DISCOVERY:
if call.excinfo and call.excinfo.typename != "AssertionError":
if report.outcome == "skipped" and "SkipTest" in str(call):
Expand Down

0 comments on commit 70d19fd

Please sign in to comment.