Remove Silent Catch

This commit is contained in:
Eric Graham 2023-05-01 16:08:55 -05:00 committed by Megan Wilhite
parent db1406a85f
commit 926270054d

View file

@ -59,9 +59,6 @@ def test_issue_64169(caplog):
'Regression on #64169: pip_state.installed seems to be throwing an unexpected AttributeException: '
f'{exc}'
)
except:
# Something went wrong, but it isn't what's being tested for here.
return
# Take 64169 further and actually confirm that the exception from pip.list got logged.
assert 'Pre-caching of PIP packages during states.pip.installed failed by exception ' \