diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-08-20 10:03:18 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-08-20 10:03:49 +0200 |
| commit | 61b7fc8b23787ae0220cb9fa9a2b22a7c0e0accf (patch) | |
| tree | 59cc18709a297a02e5abcc0f1ffd77365c4e37b7 /dev-python | |
| parent | a6a68c0255b6d3132dd555b1519a035204bffde2 (diff) | |
| download | gentoo-61b7fc8b23787ae0220cb9fa9a2b22a7c0e0accf.tar.gz gentoo-61b7fc8b23787ae0220cb9fa9a2b22a7c0e0accf.tar.bz2 gentoo-61b7fc8b23787ae0220cb9fa9a2b22a7c0e0accf.zip | |
dev-python/sphinx-autodoc-typehints: Remove test dep on nptyping
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 <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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}] ) |
