diff options
-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 |