summaryrefslogtreecommitdiff
path: root/dev-python/jedi
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-16 18:35:37 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-16 18:35:37 +0000
commita210dbecf692b0ca24a4625a5292a4ea105280fe (patch)
treea299fc2aa0a03dbbe69e2b36bb2add9d6eb9d986 /dev-python/jedi
parentb94c36485ea1703f84a5423f6e5f43782eb39bf5 (diff)
downloadbaldeagleos-repo-a210dbecf692b0ca24a4625a5292a4ea105280fe.tar.gz
baldeagleos-repo-a210dbecf692b0ca24a4625a5292a4ea105280fe.tar.xz
baldeagleos-repo-a210dbecf692b0ca24a4625a5292a4ea105280fe.zip
Adding metadata
Diffstat (limited to 'dev-python/jedi')
-rw-r--r--dev-python/jedi/jedi-0.19.1.ebuild13
1 files changed, 12 insertions, 1 deletions
diff --git a/dev-python/jedi/jedi-0.19.1.ebuild b/dev-python/jedi/jedi-0.19.1.ebuild
index c8d09ffaec57..785c49b8f5f5 100644
--- a/dev-python/jedi/jedi-0.19.1.ebuild
+++ b/dev-python/jedi/jedi-0.19.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
+PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
inherit distutils-r1
@@ -65,6 +65,17 @@ python_test() {
test/test_inference/test_imports.py::test_os_issues
)
+ case ${EPYTHON} in
+ pypy3)
+ EPYTEST_DESELECT+=(
+ test/test_api/test_api.py::test_preload_modules
+ test/test_api/test_interpreter.py::test_param_infer_default
+ test/test_inference/test_compiled.py::test_next_docstr
+ test/test_inference/test_compiled.py::test_time_docstring
+ )
+ ;;
+ esac
+
# some plugin breaks case-insensitivity on completions
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
# django and pytest tests are very version dependent