mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Drop unnecessary pytest parameter
This commit is contained in:
@@ -1156,17 +1156,12 @@ def test_deprecated_constants(
|
|||||||
("rpi2", "deprecated_os_armv7"),
|
("rpi2", "deprecated_os_armv7"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@pytest.mark.parametrize(
|
|
||||||
"arch",
|
|
||||||
["armv7"],
|
|
||||||
)
|
|
||||||
async def test_deprecated_installation_issue_os_armv7(
|
async def test_deprecated_installation_issue_os_armv7(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
issue_registry: ir.IssueRegistry,
|
issue_registry: ir.IssueRegistry,
|
||||||
freezer: FrozenDateTimeFactory,
|
freezer: FrozenDateTimeFactory,
|
||||||
board: str,
|
board: str,
|
||||||
issue_id: str,
|
issue_id: str,
|
||||||
arch: str,
|
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Test deprecated installation issue."""
|
"""Test deprecated installation issue."""
|
||||||
with (
|
with (
|
||||||
|
Reference in New Issue
Block a user