diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-17 14:54:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-17 15:49:51 +0200 |
commit | b3abef56d5ebcf1bad7260f230f13987fd7283cf (patch) | |
tree | 0064ff76758881a39fd3c80aa443fd14830f6c7c /dev-python/astroid | |
parent | media-fonts/noto: add 20230331 (diff) | |
download | gentoo-b3abef56d5ebcf1bad7260f230f13987fd7283cf.tar.gz gentoo-b3abef56d5ebcf1bad7260f230f13987fd7283cf.tar.bz2 gentoo-b3abef56d5ebcf1bad7260f230f13987fd7283cf.zip |
dev-python/astroid: Deselect a test requiring dev-python/pip
Closes: https://bugs.gentoo.org/904436
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/astroid')
-rw-r--r-- | dev-python/astroid/astroid-2.15.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/astroid/astroid-2.15.3.ebuild b/dev-python/astroid/astroid-2.15.3.ebuild index 39fa50857923..553be35505ca 100644 --- a/dev-python/astroid/astroid-2.15.3.ebuild +++ b/dev-python/astroid/astroid-2.15.3.ebuild @@ -55,6 +55,8 @@ python_test() { tests/test_scoped_nodes.py::test_deprecation_of_doc_attribute # requires six bundled in urllib3, sigh tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter + # requires pip, and looks suspicious anyway + tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning ) # Faker causes sys.path_importer_cache keys to be overwritten |