From c7ee394442da1b30d422dce8d40a849a56e65ff1 Mon Sep 17 00:00:00 2001 From: Adrian Date: Mon, 10 Aug 2026 10:46:20 +0200 Subject: [PATCH] Address warnings from the VCS workflow (#7966) --- pyproject.toml | 3 +++ tests/ignores.txt | 1 + tests/test_utils_console.py | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5ec1d05a4..0bdcf6b51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -319,6 +319,9 @@ markers = [ ] filterwarnings = [ "ignore::DeprecationWarning:twisted.web.static", + # Jobs that do not report coverage disable it with --no-cov, which pytest-cov + # warns about because the coverage options below stay in place. + "ignore::pytest_cov.CovDisabledWarning", # Twisted doesn't close failed sockets after CannotListenError: https://github.com/twisted/twisted/issues/6108 "ignore:Exception ignored in.