summaryrefslogtreecommitdiff
path: root/dev-python/astroid
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-27 18:57:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-27 18:57:08 +0000
commiteaa317e2ed8d0c068526a9abdd1940406252c52e (patch)
treec831475182b5ed94de8d4cf655423bd05270f16f /dev-python/astroid
parent4482d99f0743195c71b2b03faa8bfbda5501910b (diff)
gentoo auto-resync : 27:01:2024 - 18:57:08
Diffstat (limited to 'dev-python/astroid')
-rw-r--r--dev-python/astroid/Manifest2
-rw-r--r--dev-python/astroid/astroid-3.0.2.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 9f246fd8a8b1..08d694f7e986 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -1,3 +1,3 @@
DIST astroid-3.0.2.gh.tar.gz 461786 BLAKE2B d005fe36e6d7dc4bfc7388f1d4ac52c4602f7c18accfacbeb55545b382fe5e16ef7cedd493aef5413b57a5ac872807b8d9857fc02a7b4053edd54780814f64e8 SHA512 88fa6ff9c66f5224113001c4911cbe2f3055b990c5d0b3ac206166575d7fd5b7fae99fa67a655703d7868ee8c47841ece8b2c2d44712b1fdaf39fa26f786815f
-EBUILD astroid-3.0.2.ebuild 1523 BLAKE2B b6bab837ed6c25bf19cc97de9195a26097506157467d76e89c1362c7ccdcfc6d546f61526c3b01efe9f1894b35dc695f1db0713f2bc17806cecfc779c289232e SHA512 b30cfebf27e79a108d2ed1932d0427e9a813fda8312339b79f4b18e2aa46d977128600a5226f2b243102906e67371c5670d15f7ac9c50a1d5cd915897172a401
+EBUILD astroid-3.0.2.ebuild 1629 BLAKE2B 95716cfe24a5667d3109d6723e2fbdc9abb11b912b588ae546a7649f3a59a050c2c979194a07cc1353268b5b43e552c95255c93927dae965801f31cca2839edf SHA512 516ebd1e342bb84b4e293602537aeb0e395b27969f3fdca5ebbd55d8d5975e226e7d10d4897021adb5c2a8a375d16eeceaaf72cfe0d49e46f8423bcd480bf1fa
MISC metadata.xml 1148 BLAKE2B 29a6cfc0c292117920be154d37ed4770f1fb1679186576fe6151cc02d1d6be766045e0231e2fceb87cbd250dbed3888c99b7ca7dc0182cc700a11961d9cd6d9e SHA512 6821d13f5e82bd73ee4fd165c0b4c94f40cd6af536dee1658cccb4175e67da2611c4d1478cdef1607535f23224116ad482197e0b0eef8f0a94d596bf250b3074
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