commit: 19383f1328d3d14d4478723d5c4743d5c08abd70
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Wed Jan 21 18:11:08 2026 +0000
Commit: Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Wed Jan 21 18:11:08 2026 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=19383f13
remove vulture from test deps
This will be added as a seperate optional target whenever there
is a saner way to specify how to invoke vulture and the snakeoil
scans. GH actions are too much of a PITA right now, however.
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
pyproject.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index facab0f..c3faf1c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,6 @@ test = [
"pytest >=9.0",
"pytest-cov",
"sphinx",
- "vulture >= 2.14"
]
doc = ["sphinx"]