summaryrefslogtreecommitdiff
path: root/dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-22 18:37:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-22 18:37:59 +0000
commite78c9f0b780d9780a6d6f90d4311725584113f48 (patch)
tree3876ede5be9dd025f174a08263a9a0031ae3a1ca /dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild
parent0d3d49278111876e71147765c4cd982c4cc7bff3 (diff)
downloadbaldeagleos-repo-e78c9f0b780d9780a6d6f90d4311725584113f48.tar.gz
baldeagleos-repo-e78c9f0b780d9780a6d6f90d4311725584113f48.tar.xz
baldeagleos-repo-e78c9f0b780d9780a6d6f90d4311725584113f48.zip
Adding metadata
Diffstat (limited to 'dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild')
-rw-r--r--dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild
index 35c6b5565279..4b1ca4317f7f 100644
--- a/dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild
+++ b/dev-python/python-lsp-server/python-lsp-server-1.9.0.ebuild
@@ -31,11 +31,11 @@ RDEPEND="
>=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
>=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
>=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
+ >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
+ >=dev-python/whatthepatch-1.0.2[${PYTHON_USEDEP}]
>=dev-python/yapf-0.33.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
- >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
>=dev-python/rope-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/whatthepatch-1.0.2[${PYTHON_USEDEP}]
' 'python*')
)
"
@@ -44,18 +44,18 @@ BDEPEND="
>=dev-python/autopep8-1.6.0[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
>=dev-python/flake8-5.0.0[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
>=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
>=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
>=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
+ >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
+ >=dev-python/whatthepatch-1.0.2[${PYTHON_USEDEP}]
>=dev-python/yapf-0.33.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
- dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
- >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
>=dev-python/rope-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/whatthepatch-1.0.2[${PYTHON_USEDEP}]
' 'python*')
)
"
@@ -86,10 +86,7 @@ python_test() {
EPYTEST_IGNORE+=(
test/plugins/test_autoimport.py
test/plugins/test_completion.py
- test/plugins/test_pylint_lint.py
test/plugins/test_rope_rename.py
- # whatthepatch required for yapf
- test/plugins/test_yapf_format.py
)
fi