Skip to content

Conversation

@hellozee
Copy link
Contributor

@hellozee hellozee commented Jul 24, 2024

Fixes #12152

Pretty simple fix, the log also contains stuff from other tests, so when everything is ran together, the first message is not what we expect. It works as expected if we run it solo.

Copy link
Member

@ichard26 ichard26 left a comment

Choose a reason for hiding this comment

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

Looks fine. I'm not entirely sure why this is failing intermittently since the logs should be isolated from each other, but /shrug. We could also do caplog.set_level(logging.WARNING) to filter out the irrelevant debug logs, but it's not necessary.

@pradyunsg pradyunsg merged commit 48917f1 into pypa:main Jul 26, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tests/unit/test_req.py::TestRequirementSet::test_download_info_archive_cache_with_invalid_origin test failure on Python 3.11.4

3 participants