Skip to content

upgrade pyflakes / pycodestyle#1985

Merged
asottile merged 1 commit intomainfrom
upgrade-deps
Jun 20, 2025
Merged

upgrade pyflakes / pycodestyle#1985
asottile merged 1 commit intomainfrom
upgrade-deps

Conversation

@asottile
Copy link
Member

No description provided.

Comment on lines -44 to +48
with mock.patch.object(manager, "run_serial") as serial:
with pytest.raises(OSError):
manager.run()
with (
mock.patch.object(manager, "run_serial") as serial,
pytest.raises(OSError),
):
manager.run()
Copy link
Member Author

Choose a reason for hiding this comment

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

this works around coveragepy/coveragepy#1987

@asottile asottile merged commit 70a15b8 into main Jun 20, 2025
11 checks passed
@asottile asottile deleted the upgrade-deps branch June 20, 2025 19:20
@asottile asottile added this to the 7.3.0 milestone Jun 20, 2025
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.

1 participant