1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix unrelated test.

This commit is contained in:
Chris Hunt 2019-09-16 12:51:30 -04:00
parent 51d7a97385
commit ddfe2be362

View file

@ -533,6 +533,7 @@ class TestCandidateEvaluator:
"""
Test the best candidates being yanked, but not all.
"""
caplog.set_level(logging.INFO)
candidates = [
make_mock_candidate('4.0', yanked_reason='bad metadata #4'),
# Put the best candidate in the middle, to test sorting.