We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80a69b commit 676cc29Copy full SHA for 676cc29
tests/test_updater.py
@@ -86,7 +86,6 @@ async def test_os_update_path(
86
"""Test OS upgrade path across major versions."""
87
coresys.os._board = "rpi4" # pylint: disable=protected-access
88
coresys.os._version = AwesomeVersion(version) # pylint: disable=protected-access
89
- # CodeNotary verification removed
90
await coresys.updater.fetch_data()
91
92
assert coresys.updater.version_hassos == AwesomeVersion(expected)
0 commit comments