Skip to content

Conversation

@garrett-kentik
Copy link

Summary

  • Removes debug print statement from pytest_sessionfinish hook that was causing confusion during test runs

Problem

The print statement "Running teardown with pytest sessionfinish..." appears after test results complete, making it seem like tests are hanging or delayed. This is misleading since the actual delay is from normal pytest teardown operations, not an issue.

Solution

Remove the debug print statement from the hook. The hook itself still functions correctly to wrap the session finish process.

Test plan

  • Run make test and verify the debug message no longer appears
  • Tests continue to pass as expected

🤖 Generated with Claude Code

The print statement causes confusion during test runs by appearing
after test results, making it seem like tests are hanging.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants