summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-04-16 19:27:26 +0000
committerGitHub <noreply@github.com>2023-04-16 19:27:26 +0000
commita4a610490836e79babc0675f8f4763497e85b5d3 (patch)
treed6ac232399d018e155a4e80043718e7863655c58 /ChangeLog
parentb65f1917b17f8ad3d720288a70ec40f86a3b0057 (diff)
downloadastroid-git-a4a610490836e79babc0675f8f4763497e85b5d3.tar.gz
Suppress UserWarning when finding module specs (#2121) (#2122)
Found when linting this code: ``` import setuptools import pip ``` (cherry picked from commit 6723e635e54e991a4304e45293308f5076b0bcb8) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9b26f13..9179420f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,10 @@ Release date: TBA
Closes #1735
+* Suppress ``UserWarning`` when finding module specs.
+
+ Closes pylint-dev/pylint#7906
+
What's New in astroid 2.15.2?
=============================