summaryrefslogtreecommitdiff
path: root/tests/functional/n
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-22 14:48:54 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-30 08:06:15 +0200
commita70a1990d6881d3f131d040192aba438e508fb81 (patch)
tree3aab9a600656bcec5609a6251d77442bb36a0a0f /tests/functional/n
parent46a96978eb3be5d7cd7689a9614c9a8a25dc6d2a (diff)
downloadpylint-git-a70a1990d6881d3f131d040192aba438e508fb81.tar.gz
Remove functional test configuration for python version <=3.6.0
We're only supporting python version > 3.6 so this became useless configuration.
Diffstat (limited to 'tests/functional/n')
-rw-r--r--tests/functional/n/name/name_styles.rc3
-rw-r--r--tests/functional/n/no/no_self_use_py3.rc2
-rw-r--r--tests/functional/n/none_dunder_protocols.py (renamed from tests/functional/n/none_dunder_protocols_py36.py)0
-rw-r--r--tests/functional/n/none_dunder_protocols.txt (renamed from tests/functional/n/none_dunder_protocols_py36.txt)0
-rw-r--r--tests/functional/n/none_dunder_protocols_py36.rc2
-rw-r--r--tests/functional/n/nonlocal_and_global.rc2
-rw-r--r--tests/functional/n/nonlocal_without_binding.rc2
-rw-r--r--tests/functional/n/not_async_context_manager.rc2
8 files changed, 0 insertions, 13 deletions
diff --git a/tests/functional/n/name/name_styles.rc b/tests/functional/n/name/name_styles.rc
index 1a63e671b..e6e01b246 100644
--- a/tests/functional/n/name/name_styles.rc
+++ b/tests/functional/n/name/name_styles.rc
@@ -1,5 +1,2 @@
-[testoptions]
-min_pyver=2.6
-
[Messages Control]
disable=too-few-public-methods,abstract-class-not-used,global-statement
diff --git a/tests/functional/n/no/no_self_use_py3.rc b/tests/functional/n/no/no_self_use_py3.rc
deleted file mode 100644
index c093be204..000000000
--- a/tests/functional/n/no/no_self_use_py3.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.0
diff --git a/tests/functional/n/none_dunder_protocols_py36.py b/tests/functional/n/none_dunder_protocols.py
index 5573ceeb4..5573ceeb4 100644
--- a/tests/functional/n/none_dunder_protocols_py36.py
+++ b/tests/functional/n/none_dunder_protocols.py
diff --git a/tests/functional/n/none_dunder_protocols_py36.txt b/tests/functional/n/none_dunder_protocols.txt
index d55000645..d55000645 100644
--- a/tests/functional/n/none_dunder_protocols_py36.txt
+++ b/tests/functional/n/none_dunder_protocols.txt
diff --git a/tests/functional/n/none_dunder_protocols_py36.rc b/tests/functional/n/none_dunder_protocols_py36.rc
deleted file mode 100644
index c093be204..000000000
--- a/tests/functional/n/none_dunder_protocols_py36.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.0
diff --git a/tests/functional/n/nonlocal_and_global.rc b/tests/functional/n/nonlocal_and_global.rc
deleted file mode 100644
index c093be204..000000000
--- a/tests/functional/n/nonlocal_and_global.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.0
diff --git a/tests/functional/n/nonlocal_without_binding.rc b/tests/functional/n/nonlocal_without_binding.rc
deleted file mode 100644
index c093be204..000000000
--- a/tests/functional/n/nonlocal_without_binding.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.0
diff --git a/tests/functional/n/not_async_context_manager.rc b/tests/functional/n/not_async_context_manager.rc
deleted file mode 100644
index 71de8b630..000000000
--- a/tests/functional/n/not_async_context_manager.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.5