summaryrefslogtreecommitdiff
path: root/dev-python/astroid
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-28 09:49:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-28 09:49:49 +0000
commit943fdd0100f2d0ca460f6bb9799e119fbd77a2aa (patch)
tree5d4a27f122d2ea95a479fc05b7669ed89faa761c /dev-python/astroid
parent3fba14f8e2c311e84e090f28f0bbf40b23ce16b2 (diff)
downloadbaldeagleos-repo-943fdd0100f2d0ca460f6bb9799e119fbd77a2aa.tar.gz
baldeagleos-repo-943fdd0100f2d0ca460f6bb9799e119fbd77a2aa.tar.xz
baldeagleos-repo-943fdd0100f2d0ca460f6bb9799e119fbd77a2aa.zip
Adding metadata
Diffstat (limited to 'dev-python/astroid')
-rw-r--r--dev-python/astroid/astroid-3.0.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/astroid/astroid-3.0.2.ebuild b/dev-python/astroid/astroid-3.0.2.ebuild
index 9e775bdfd728..7f19a99a8b80 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