commit: e31cef37c3c3b4115c690f248a864854e2bfb64a
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 12:28:11 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 12:28:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e31cef37
dev-python/libcst: restrict tests, testdep black not available
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/libcst/libcst-0.4.3_p20220607.ebuild | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
index 25668e489..ce93cd18b 100644
--- a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
+++ b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
@@ -126,7 +126,7 @@ LICENSE="MIT Apache-2.0 PSF-2 BSD Boost-1.0 Unlicense"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-RESTRICT="!test? ( test )"
+RESTRICT="test"
RDEPEND="
>=dev-python/pyyaml-5.2[${PYTHON_USEDEP}]
@@ -134,16 +134,15 @@ RDEPEND="
>=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}]
>=dev-python/typing_inspect-0.4.0[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
- test? (
- ~dev-python/black-22.3.0[${PYTHON_USEDEP}]
- >=dev-python/hypothesis-4.36.0[${PYTHON_USEDEP}]
- >=dev-python/hypothesmith-0.0.4[${PYTHON_USEDEP}]
- >=dev-python/prompt_toolkit-2.0.9[${PYTHON_USEDEP}]
- )
-"
-BDEPEND="test? ( dev-python/ufmt[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
+# test? (
+# ~dev-python/black-22.3.0[${PYTHON_USEDEP}]
+# >=dev-python/hypothesis-4.36.0[${PYTHON_USEDEP}]
+# >=dev-python/hypothesmith-0.0.4[${PYTHON_USEDEP}]
+# >=dev-python/prompt_toolkit-2.0.9[${PYTHON_USEDEP}]
+# )
+# "
+# BDEPEND="test? ( dev-python/ufmt[${PYTHON_USEDEP}] )"
distutils_enable_tests --install pytest