summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-01 13:33:55 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-01 13:48:05 +0200
commit1d6d2f671ac121bc3a736838b1d6f695e598e68b (patch)
treeadd4d9f98062f15214fe4a1a7ea527cdba43b966
parentdev-python/pdm-backend: Fix missing dev-vcs/mercurial test dep (diff)
downloadgentoo-1d6d2f671ac121bc3a736838b1d6f695e598e68b.tar.gz
gentoo-1d6d2f671ac121bc3a736838b1d6f695e598e68b.tar.bz2
gentoo-1d6d2f671ac121bc3a736838b1d6f695e598e68b.zip
dev-python/libcst: Add test dep on dev-python/black
Closes: https://bugs.gentoo.org/931018 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/libcst/libcst-1.3.1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/libcst/libcst-1.3.1.ebuild b/dev-python/libcst/libcst-1.3.1.ebuild
index e386f3f29f26..8fafb29d37ac 100644
--- a/dev-python/libcst/libcst-1.3.1.ebuild
+++ b/dev-python/libcst/libcst-1.3.1.ebuild
@@ -146,6 +146,9 @@ RDEPEND="
BDEPEND="
dev-python/setuptools-rust[${PYTHON_USEDEP}]
dev-python/setuptools-scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/black[${PYTHON_USEDEP}]
+ )
"
EPYTEST_XDIST=1