Skip to content

Commit 9e92c7b

Browse files
[pypy] Add a regression test for 'import array' false positive (#7107)
Closes #4126
1 parent 57ae027 commit 9e92c7b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"""Regression test for https://github.com/pylint-dev/pylint/issues/4126."""
2+
import array # pylint: disable=unused-import
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[testoptions]
2+
except_implementations=CPython,IronPython

0 commit comments

Comments
 (0)