From 61b7fc8b23787ae0220cb9fa9a2b22a7c0e0accf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 20 Aug 2023 10:03:18 +0200 Subject: dev-python/sphinx-autodoc-typehints: Remove test dep on nptyping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test dependency on dev-python/nptyping is entirely optional and the package itself is barely kept alive, with a lot of test failures and multiple versions behind dev-python/numpy. Signed-off-by: Michał Górny --- .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild index c12ff85ed759..cf645ba4eba9 100644 --- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild +++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild @@ -21,10 +21,11 @@ SLOT="0" RDEPEND=" >=dev-python/sphinx-5.3[${PYTHON_USEDEP}] " +# skipping optional test dep on dev-python/nptyping as that package +# is horribly broken and on its way out BDEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( - >=dev-python/nptyping-2.5[${PYTHON_USEDEP}] >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}] >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}] ) -- cgit v1.2.3