tests: add pytest plugin to detect unused fixtures

This commit is contained in:
bronsen 2026-05-14 11:18:56 +02:00
parent 9098ed05f1
commit 8455cb409c

View file

@ -48,6 +48,7 @@ dev = [
"pytest>=9.0.1", "pytest>=9.0.1",
"pytest-asyncio>=1.3.0", "pytest-asyncio>=1.3.0",
"pytest-cov>=7.0.0", "pytest-cov>=7.0.0",
"pytest-deadfixtures>=3.1.0",
"pytest-sugar>=1.1.1", "pytest-sugar>=1.1.1",
"pytest-textual-snapshot>=1.0.0", "pytest-textual-snapshot>=1.0.0",
"textual-dev>=1.8.0", "textual-dev>=1.8.0",