commit:     874f5050a743d0ec1c91046405d756564fd90ba0
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Fri Nov 28 23:48:03 2025 +0000
Commit:     Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Fri Nov 28 23:48:03 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=874f5050

fix: sphinx is required by tests actually, so add it

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 113252b..1097b5a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,6 +32,7 @@ dependencies = []
 test = [
     "pytest >=6.0",
     "pytest-cov",
+    "sphinx",
 ]
 doc = ["sphinx"]
 

Reply via email to