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:
J. Nick Koston 2023-03-22 14:00:47 -10:00 committed by GitHub
parent 03aeaba7ef
commit 99b58f157e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 143 additions and 74 deletions

View file

@ -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