commit:     9aa13b03345b9a5f6437607dc09898039f538587
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Sat Jan 10 19:25:46 2026 +0000
Commit:     Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Sat Jan 10 19:25:46 2026 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=9aa13b03

add vulture as a test dep

This is used to find dead code.

Signed-off-by: Brian Harring <ferringb <AT> gmail.com>

 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 7a6266f..de0265f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,6 +35,7 @@ test = [
     # remove this once pytest >= 9.0 is the default.
     "pytest-subtests ~= 0.15.0",
     "sphinx",
+    "vulture >= 2.14"
 ]
 doc = ["sphinx"]
 

Reply via email to