commit: b3abef56d5ebcf1bad7260f230f13987fd7283cf Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Apr 17 12:54:11 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Apr 17 13:49:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3abef56
dev-python/astroid: Deselect a test requiring dev-python/pip Closes: https://bugs.gentoo.org/904436 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/astroid/astroid-2.15.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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
