diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-15 09:41:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-15 09:42:13 +0200 |
commit | b59957c7842270e47a4dd5bfeaf9d390b663d063 (patch) | |
tree | f8454acca7600f2d3899c0d4484f4f5942a05a6f | |
parent | dev-python/pyqtgraph: Mark ALLARCHES (diff) | |
download | gentoo-b59957c7842270e47a4dd5bfeaf9d390b663d063.tar.gz gentoo-b59957c7842270e47a4dd5bfeaf9d390b663d063.tar.bz2 gentoo-b59957c7842270e47a4dd5bfeaf9d390b663d063.zip |
dev-python/jedi: Skip test_speed in 0.17.2-r1 as well
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/jedi/jedi-0.17.2-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/jedi/jedi-0.17.2-r1.ebuild b/dev-python/jedi/jedi-0.17.2-r1.ebuild index 2fa5ac08cf84..c32955b09884 100644 --- a/dev-python/jedi/jedi-0.17.2-r1.ebuild +++ b/dev-python/jedi/jedi-0.17.2-r1.ebuild @@ -57,6 +57,8 @@ python_test() { # assume pristine virtualenv test/test_utils.py::TestSetupReadline::test_local_import test/test_inference/test_imports.py::test_os_issues + # fragile + test/test_speed.py ) [[ ${EPYTHON} == python3.10 ]] && deselect+=( # new features increased the match count again |