Skip to content
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

[minor/QoL] monkeypatch.delenv PYTHONBREAKPOINT in two tests that previously failed/skipped #12051

Merged
merged 1 commit into from Mar 3, 2024

Conversation

jakkdl
Copy link
Member

@jakkdl jakkdl commented Mar 3, 2024

Noticed this one test failing due to me having locally set PYTHONBREAKPOINT, and while fixing I noticed another test that resolved same issue with a skipif - but I don't see any reason to skip instead of monkeypatching. This should have zero effect on running tests in CI, mostly just a small QoL for some devs running tests locally.

Copy link
Member

@bluetech bluetech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

@bluetech bluetech enabled auto-merge March 3, 2024 13:02
@bluetech bluetech merged commit 43492f5 into pytest-dev:main Mar 3, 2024
24 checks passed
@jakkdl jakkdl deleted the test_debugging_pythonbreakpoint branch March 3, 2024 13:32
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.

None yet

2 participants