1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

Update pytest to 7.4.3 (#102744)

This commit is contained in:
Marc Mueller 2023-10-25 02:44:51 +02:00 committed by GitHub
parent a1a5713e10
commit eb52943d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -491,9 +491,6 @@ filterwarnings = [
"ignore:`jaraco.functools.call_aside` is deprecated, use `jaraco.functools.invoke` instead:DeprecationWarning:jaraco.abode.helpers.timeline",
# https://github.com/nextcord/nextcord/pull/1095 - >2.6.1
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:nextcord.health_check",
# https://github.com/pytest-dev/pytest/pull/10894 - >=7.4.0
"ignore:ast.(Str|Num|NameConstant) is deprecated and will be removed in Python 3.14:DeprecationWarning:_pytest.assertion.rewrite",
"ignore:Attribute s is deprecated and will be removed in Python 3.14:DeprecationWarning:_pytest.assertion.rewrite",
# https://github.com/bachya/pytile/pull/280 - >2023.08.0
"ignore:datetime.*utcfromtimestamp\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pytile.tile",
# https://github.com/rytilahti/python-miio/pull/1809 - >0.5.12

View File

@ -28,7 +28,7 @@ pytest-timeout==2.1.0
pytest-unordered==0.5.2
pytest-picked==0.4.6
pytest-xdist==3.3.1
pytest==7.3.1
pytest==7.4.3
requests-mock==1.11.0
respx==0.20.2
syrupy==4.5.0