Bump PyJWT to 2.6.0 (#90134)
* Bump PyJWT to 2.6.0 * fix time being frozen too late which makes the access token creation time in the future * revert zha change * fix repairs test * fix ical test
This commit is contained in:
parent
03aeaba7ef
commit
99b58f157e
19 changed files with 143 additions and 74 deletions
|
@ -1,7 +1,6 @@
|
|||
"""Test the Times of the Day config flow."""
|
||||
from unittest.mock import patch
|
||||
|
||||
from freezegun import freeze_time
|
||||
import pytest
|
||||
|
||||
from homeassistant import config_entries
|
||||
|
@ -66,7 +65,7 @@ def get_suggested(schema, key):
|
|||
raise Exception
|
||||
|
||||
|
||||
@freeze_time("2022-03-16 17:37:00", tz_offset=-7)
|
||||
@pytest.mark.freeze_time("2022-03-16 17:37:00", tz_offset=-7)
|
||||
async def test_options(hass: HomeAssistant) -> None:
|
||||
"""Test reconfiguring."""
|
||||
# Setup the config entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue