From 8455cb409cbe9d7effe55137d8219f5a2420a627 Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 14 May 2026 11:18:56 +0200 Subject: [PATCH] tests: add pytest plugin to detect unused fixtures --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3971eb9..01aac04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ dev = [ "pytest>=9.0.1", "pytest-asyncio>=1.3.0", "pytest-cov>=7.0.0", + "pytest-deadfixtures>=3.1.0", "pytest-sugar>=1.1.1", "pytest-textual-snapshot>=1.0.0", "textual-dev>=1.8.0",