Capture INFO for the depends= visibility note

This commit is contained in:
J. Nick Koston
2026-08-22 23:00:03 -05:00
parent ef007e00d1
commit 26941ef953
+1
View File
@@ -840,6 +840,7 @@ def test_bundled_library_properties_depends_warns(
wire = framework / "libraries" / "Wire"
(wire / "library.properties").write_text("name=Wire\nversion=1.0\ndepends=SPI\n")
_add_library("Wire", None)
caplog.set_level("INFO")
_resolve(framework)
assert "Library Wire declares dependencies via library.properties" in caplog.text