Skip to content

Commit ddfe2be

Browse files
committed
Fix unrelated test.
1 parent 51d7a97 commit ddfe2be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def test_sort_best_candidate__best_yanked_but_not_all(
533533
"""
534534
Test the best candidates being yanked, but not all.
535535
"""
536+
caplog.set_level(logging.INFO)
536537
candidates = [
537538
make_mock_candidate('4.0', yanked_reason='bad metadata #4'),
538539
# Put the best candidate in the middle, to test sorting.

0 commit comments

Comments
 (0)