mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing added pylint exception for unpacking-non-sequence pylint rule
This commit is contained in:
parent
41fe2c2b39
commit
235cd93326
1 changed files with 1 additions and 2 deletions
|
@ -67,10 +67,9 @@ def test_issue_64169(caplog):
|
|||
|
||||
# Confirm that the state continued to install the package as expected.
|
||||
# Only check the 'pkgs' parameter of pip.install
|
||||
# pylint: disable=unpacking-non-sequence
|
||||
(
|
||||
mock_install_call_args,
|
||||
mock_install_call_kwargs,
|
||||
) = mock_pip_install.call_args
|
||||
# pylint: enable=unpacking-non-sequence
|
||||
|
||||
assert mock_install_call_kwargs["pkgs"] == pkg_to_install
|
||||
|
|
Loading…
Add table
Reference in a new issue