summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-07-30 13:56:55 +0200
committerGitHub <noreply@github.com>2022-07-30 13:56:55 +0200
commit90884856a3e2c3531d678a31a4455270a75bc6c7 (patch)
tree8911032d8307aa3c95cb0d7f7c816ee39ab6fb3f
parent4117389b991ad814588a8d11c53a5f99b14c6b42 (diff)
downloadpylint-git-90884856a3e2c3531d678a31a4455270a75bc6c7.tar.gz
[test] Temporary xfail deprecated methods py36 on pypy (#7244)
Maybe astroid 2.12.3 will fix this because of https://github.com/PyCQA/astroid/pull/1714
-rw-r--r--tests/functional/d/deprecated/deprecated_methods_py36.rc3
-rw-r--r--tests/functional/d/deprecated/deprecated_module_redundant.rc4
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/functional/d/deprecated/deprecated_methods_py36.rc b/tests/functional/d/deprecated/deprecated_methods_py36.rc
new file mode 100644
index 000000000..3b73ccfb0
--- /dev/null
+++ b/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
diff --git a/tests/functional/d/deprecated/deprecated_module_redundant.rc b/tests/functional/d/deprecated/deprecated_module_redundant.rc
index 7336e2f3c..a2de7d3b6 100644
--- a/tests/functional/d/deprecated/deprecated_module_redundant.rc
+++ b/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