From 4ccdc51b07fe6e73ed77f4a48aaa30928b0c67ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Karni=C5=A1?= Date: Thu, 22 Aug 2024 16:12:16 +0200 Subject: [PATCH] ci(espefuse_test): Comply with esptool v4.8 --- tools/test_idf_py/test_idf_py.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/test_idf_py/test_idf_py.py b/tools/test_idf_py/test_idf_py.py index 7d99776056..0868e56a89 100755 --- a/tools/test_idf_py/test_idf_py.py +++ b/tools/test_idf_py/test_idf_py.py @@ -428,7 +428,6 @@ class TestEFuseCommands(TestWrapperCommands): self.assertIn('BLOCK1', output) self.assertIn('BLOCK2', output) self.assertIn('BLOCK3', output) - self.assertIn('read_regs', output) def test_efuse_read_protect(self): read_protect_command = [sys.executable, idf_py_path, 'efuse-read-protect', '--virt', '--do-not-confirm']