From a4a610490836e79babc0675f8f4763497e85b5d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 19:27:26 +0000 Subject: 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 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') 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? ============================= -- cgit v1.2.1