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
|
@ -6,7 +6,6 @@ from pathlib import Path
|
|||
import sqlite3
|
||||
from unittest.mock import MagicMock, Mock, patch
|
||||
|
||||
from freezegun import freeze_time
|
||||
import py
|
||||
import pytest
|
||||
from sqlalchemy import text
|
||||
|
@ -934,7 +933,7 @@ def test_execute_stmt_lambda_element(
|
|||
assert rows == ["mock_row"]
|
||||
|
||||
|
||||
@freeze_time(datetime(2022, 10, 21, 7, 25, tzinfo=timezone.utc))
|
||||
@pytest.mark.freeze_time(datetime(2022, 10, 21, 7, 25, tzinfo=timezone.utc))
|
||||
async def test_resolve_period(hass: HomeAssistant) -> None:
|
||||
"""Test statistic_during_period."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue