Skip to content

Commit

Permalink
[test] Temporary xfail deprecated methods py36 on pypy
Browse files Browse the repository at this point in the history
Maybe astroid 2.12.3 will fix this because of pylint-dev/astroid#1714
  • Loading branch information
Pierre-Sassoulas committed Jul 30, 2022
1 parent 4117389 commit c035970
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/d/deprecated/deprecated_methods_py36.rc
@@ -0,0 +1,3 @@
[testoptions]
# TODO: Check if astroid 2.12.3 fixes this
except_implementations=PyPy
4 changes: 4 additions & 0 deletions tests/functional/d/deprecated/deprecated_module_redundant.rc
@@ -1,2 +1,6 @@
[Imports]
deprecated-modules=imp

[testoptions]
# TODO: Check if astroid 2.12.3 fixes this
except_implementations=PyPy

0 comments on commit c035970

Please sign in to comment.