diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-06 06:19:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-06 07:22:21 +0100 |
commit | 646b4f62ba05863e520f356166542f388b668f26 (patch) | |
tree | 0409c60402a3c9a7c991f620ed09f99264ac00f2 /dev-python/astroid | |
parent | dev-python/simpy: Bump to 4.1.0 (diff) | |
download | gentoo-646b4f62ba05863e520f356166542f388b668f26.tar.gz gentoo-646b4f62ba05863e520f356166542f388b668f26.tar.bz2 gentoo-646b4f62ba05863e520f356166542f388b668f26.zip |
dev-python/astroid: Deselect test requiring urllib3 w/ bundled six
Closes: https://bugs.gentoo.org/916775
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/astroid')
-rw-r--r-- | dev-python/astroid/astroid-3.0.1.ebuild | 13 |
1 files 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 |