From eb52943d276b0713961f9ec439c32b55b43f60ac Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 25 Oct 2023 02:44:51 +0200 Subject: [PATCH] Update pytest to 7.4.3 (#102744) --- pyproject.toml | 3 --- requirements_test.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee3860da30b..82bb7d08e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/requirements_test.txt b/requirements_test.txt index 69f8936b18b..1dc9139fde7 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -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