tests/unit/test_req.py::TestRequirementSet::test_download_info_archive_cache_with_invalid_origin test failure on Python 3.11.4 #12152
Labels
C: tests
Testing and related things
good first issue
A good item for first time contributors to work on
type: bug
A confirmed bug or unintended behavior
Description
When running the test suite in 23.2 release against Python 3.11.4, I'm getting the following test failure:
If I'm reading the output correctly, the test assumes that the "Ignoring…" message will be the first logged message while I'm getting a bunch of debug messages first.
Expected behavior
Tests passing. I think it'd be fine to check something like
any("..." in x for x in caplog.messages)
there.pip version
23.2
Python version
3.11.4
OS
Gentoo Linux
How to Reproduce
nox -s test-3.11
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: