From 10fd091cfadd8f3475944c2bf29b8ad41ff488b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:06:43 +0000 Subject: [PATCH 1/2] Update pytest-cov requirement from <7 to <8 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 53db9cc..f5ca866 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ poethepoet pyproject-fmt<3 pytest<10 -pytest-cov<7 +pytest-cov<8 ruff<0.15 validate-pyproject<1 From 80857fe81896e986b12cb23367a9d47283016cbb Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 15 Nov 2025 23:05:20 +0100 Subject: [PATCH 2/2] Tests: Enable subprocess patch for `coverage` Version 7 dropped support for subprocesses measurement. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 648ba6f..3558ccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,9 @@ omit = [ "examples/*", "tests/*", ] +patch = [ + "subprocess", +] [tool.coverage.report] fail_under = 0