From 1b6d1d58ec18227efd0079c1a74a088041ebe78f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:23:26 +0100 Subject: [PATCH] Update pytest-cov to 5.0.0 (#114160) * Update pytest-cov to 5.0.0 * Update warnings filter --- pyproject.toml | 3 --- requirements_test.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88cd4f8897b..dbf58f7b246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -475,9 +475,6 @@ filterwarnings = [ # https://github.com/foxel/python_ndms2_client/issues/6 - v0.1.3 # https://github.com/foxel/python_ndms2_client/pull/8 "ignore:'telnetlib' is deprecated and slated for removal in Python 3.13:DeprecationWarning:ndms2_client.connection", - # https://github.com/pytest-dev/pytest-cov/issues/557 - v4.1.0 - # Should resolve itself once pytest-xdist 4.0 is released and the option is removed - "ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated:DeprecationWarning:xdist.plugin", # -- fixed, waiting for release / update # https://github.com/mkmer/AIOAladdinConnect/commit/8851fff4473d80d70ac518db2533f0fbef63b69c - >=0.2.0 diff --git a/requirements_test.txt b/requirements_test.txt index f3f570f8f26..8bdde897c8d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -19,7 +19,7 @@ pylint-per-file-ignores==1.3.2 pipdeptree==2.16.1 pytest-asyncio==0.23.6 pytest-aiohttp==1.0.5 -pytest-cov==4.1.0 +pytest-cov==5.0.0 pytest-freezer==0.4.8 pytest-github-actions-annotate-failures==0.2.0 pytest-socket==0.7.0