Skip to content

Commit 9088485

Browse files
[test] Temporary xfail deprecated methods py36 on pypy (#7244)
Maybe astroid 2.12.3 will fix this because of pylint-dev/astroid#1714
1 parent 4117389 commit 9088485

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[testoptions]
2+
# TODO: Check if astroid 2.12.3 fixes this
3+
except_implementations=PyPy
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[Imports]
22
deprecated-modules=imp
3+
4+
[testoptions]
5+
# TODO: Check if astroid 2.12.3 fixes this
6+
except_implementations=PyPy

0 commit comments

Comments
 (0)