mirror of
https://github.com/esphome/esphome.git
synced 2026-01-10 12:10:48 -07:00
[packages] Add more information and deprecation deadline for "single package" includes (#12280)
This commit is contained in:
@@ -176,10 +176,7 @@ def test_single_package(
|
||||
|
||||
assert actual == expected
|
||||
|
||||
assert (
|
||||
"Including a single package under `packages:` is deprecated. Use a list instead."
|
||||
in caplog.text
|
||||
)
|
||||
assert "This method for including packages will go away in 2026.7.0" in caplog.text
|
||||
|
||||
|
||||
def test_package_append(basic_wifi, basic_esphome):
|
||||
|
||||
Reference in New Issue
Block a user