From d43770b6d47f438d6cc54deae27702e1744be673 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 22 Aug 2026 21:22:41 -0500 Subject: [PATCH] Drop a stale ccache_path patch from the write_project test --- tests/unit_tests/build_gen/test_arduino8266.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit_tests/build_gen/test_arduino8266.py b/tests/unit_tests/build_gen/test_arduino8266.py index e72e7dbc25..bb0f095344 100644 --- a/tests/unit_tests/build_gen/test_arduino8266.py +++ b/tests/unit_tests/build_gen/test_arduino8266.py @@ -734,7 +734,6 @@ def test_write_project_returns_changed(tmp_path: Path) -> None: with ( patch.object(arduino8266, "generate_ld_scripts"), patch("esphome.arduino.library.resolve_libraries", return_value=[]), - patch("esphome.arduino8266.framework.ccache_path", return_value=None), ): assert arduino8266.write_project(paths, None) is True assert arduino8266.write_project(paths, None) is False