Skip to content

Commit

Permalink
[pypy] Add a regression test for 'import array' false positive (#7107)
Browse files Browse the repository at this point in the history
Closes #4126
  • Loading branch information
Pierre-Sassoulas authored Jun 5, 2024
1 parent 57ae027 commit 9e92c7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/r/regression_02/regression_4126.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"""Regression test for https://github.com/pylint-dev/pylint/issues/4126."""
import array # pylint: disable=unused-import
2 changes: 2 additions & 0 deletions tests/functional/r/regression_02/regression_4126.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[testoptions]
except_implementations=CPython,IronPython

0 comments on commit 9e92c7b

Please # to comment.