commit:     646b4f62ba05863e520f356166542f388b668f26
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 05:19:17 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 06:22:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646b4f62

dev-python/astroid: Deselect test requiring urllib3 w/ bundled six

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

 dev-python/astroid/astroid-3.0.1.ebuild | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/dev-python/astroid/astroid-3.0.1.ebuild 
b/dev-python/astroid/astroid-3.0.1.ebuild
index 1403a2f4fb7e..aee9d469f5c9 100644
--- a/dev-python/astroid/astroid-3.0.1.ebuild
+++ b/dev-python/astroid/astroid-3.0.1.ebuild
@@ -47,19 +47,10 @@ python_test() {
                # no clue why they're broken
                
tests/test_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
                tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
-#              
tests/brain/test_regex.py::TestRegexBrain::test_regex_pattern_and_match_subscriptable
-#              # some problem with warnings (our options?)
-#              
tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg
-#              
tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args
-#              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
                # pydantic-2?
                tests/brain/test_dataclasses.py::test_pydantic_field
-#              # TODO
-#              
tests/test_manager.py::ClearCacheTest::test_clear_cache_clears_other_lru_caches
+               # requires urllib3 with bundled six (skipped with urllib3>=2)
+               
tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter
        )
 
        local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1

Reply via email to