diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-01 13:33:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-01 13:48:05 +0200 |
commit | 1d6d2f671ac121bc3a736838b1d6f695e598e68b (patch) | |
tree | add4d9f98062f15214fe4a1a7ea527cdba43b966 /dev-python/libcst | |
parent | dev-python/pdm-backend: Fix missing dev-vcs/mercurial test dep (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/libcst')
-rw-r--r-- | dev-python/libcst/libcst-1.3.1.ebuild | 3 |
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 |