Skip to content

Commit

Permalink
[pypy] Add a regression test for 'import array' false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 24, 2023
1 parent 8bf1120 commit 814dd15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/r/regression_02/regression_4126.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
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 814dd15

Please sign in to comment.