mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove Silent Catch
This commit is contained in:
parent
db1406a85f
commit
926270054d
1 changed files with 0 additions and 3 deletions
|
@ -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 ' \
|
||||
|
|
Loading…
Add table
Reference in a new issue