commit:     3cd4236da6d604e626f44439e09efd3661213bbc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 11:52:21 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 12:10:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd4236d

dev-python/astroid: Skip a test requiring dev-python/pip

Closes: https://bugs.gentoo.org/922996
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/astroid/astroid-3.0.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/astroid/astroid-3.0.2.ebuild 
b/dev-python/astroid/astroid-3.0.2.ebuild
index 323e3b100ff6..3a2adf548d14 100644
--- a/dev-python/astroid/astroid-3.0.2.ebuild
+++ b/dev-python/astroid/astroid-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -51,6 +51,8 @@ python_test() {
                tests/brain/test_dataclasses.py::test_pydantic_field
                # requires urllib3 with bundled six (skipped with urllib3>=2)
                
tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter
+               # requires pip, looks fragile
+               
tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning
        )
 
        local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1

Reply via email to