Skip to content

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

Merged
bluetech merged 1 commit intopytest-dev:mainfrom
jakkdl:test_debugging_pythonbreakpoint
Mar 3, 2024
Merged

[minor/QoL] monkeypatch.delenv PYTHONBREAKPOINT in two tests that previously failed/skipped#12051
bluetech merged 1 commit intopytest-dev:mainfrom
jakkdl:test_debugging_pythonbreakpoint

Conversation

@jakkdl
Copy link
Copy Markdown
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
Copy Markdown
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
@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.

2 participants