From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Wed, 8 Jul 2020 13:12:03 +0900 Subject: [PATCH 2/2] test/py: efi_secboot: more fixes against pylint In-Reply-To: References: <20200615231644.13250-1-takahiro.akashi@linaro.org> <20200615231644.13250-2-takahiro.akashi@linaro.org> Message-ID: <20200708041203.GB18146@laputa> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 will be included in a next version (v3) of follow-up patches. -Takahiro Akashi > error: patch failed: test/py/tests/test_efi_secboot/conftest.py:14 > error: test/py/tests/test_efi_secboot/conftest.py: patch does not apply > error: patch failed: test/py/tests/test_efi_secboot/test_authvar.py:9 > error: test/py/tests/test_efi_secboot/test_authvar.py: patch does not apply > error: patch failed: test/py/tests/test_efi_secboot/test_signed.py:9 > error: test/py/tests/test_efi_secboot/test_signed.py: patch does not apply > error: patch failed: test/py/tests/test_efi_secboot/test_unsigned.py:9 > error: test/py/tests/test_efi_secboot/test_unsigned.py: patch does not apply > Patch failed at 0001 test/py: efi_secboot: more fixes against pylint > > Best regards > > Heinrich