Re: [PATCH 2/2] test/py: efi_secboot: more fixes against pylint

2020-07-07 Thread AKASHI Takahiro
On Mon, Jul 06, 2020 at 12:59:16PM +0200, Heinrich Schuchardt wrote: > On 16.06.20 01:16, AKASHI Takahiro wrote: > > More fixes against pylint warnings that autopep8 didn't handle > > in the previous commit. > > > > Signed-off-by: AKASHI Takahiro > > This patch has to be rebased: This patch

Re: [PATCH 2/2] test/py: efi_secboot: more fixes against pylint

2020-07-06 Thread Heinrich Schuchardt
On 16.06.20 01:16, AKASHI Takahiro wrote: > More fixes against pylint warnings that autopep8 didn't handle > in the previous commit. > > Signed-off-by: AKASHI Takahiro This patch has to be rebased: error: patch failed: test/py/tests/test_efi_secboot/conftest.py:14 error:

[PATCH 2/2] test/py: efi_secboot: more fixes against pylint

2020-06-15 Thread AKASHI Takahiro
More fixes against pylint warnings that autopep8 didn't handle in the previous commit. Signed-off-by: AKASHI Takahiro --- test/py/tests/test_efi_secboot/conftest.py| 11 +-- .../py/tests/test_efi_secboot/test_authvar.py | 91 +-- test/py/tests/test_efi_secboot/test_signed.py