summaryrefslogtreecommitdiff
path: root/tests/functional/s
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/s
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/s')
-rw-r--r--tests/functional/s/singledispatch_functions.py (renamed from tests/functional/s/singledispatch_functions_py3.py)0
-rw-r--r--tests/functional/s/singledispatch_functions.txt (renamed from tests/functional/s/singledispatch_functions_py3.txt)0
-rw-r--r--tests/functional/s/singledispatch_functions_py3.rc3
-rw-r--r--tests/functional/s/star/star_needs_assignment_target.rc2
-rw-r--r--tests/functional/s/star/star_needs_assignment_target_py37.py (renamed from tests/functional/s/star/star_needs_assignment_target_py35.py)0
-rw-r--r--tests/functional/s/star/star_needs_assignment_target_py37.rc (renamed from tests/functional/s/star/star_needs_assignment_target_py35.rc)1
-rw-r--r--tests/functional/s/star/star_needs_assignment_target_py37.txt (renamed from tests/functional/s/star/star_needs_assignment_target_py35.txt)0
-rw-r--r--tests/functional/s/statement_without_effect_py36.rc2
-rw-r--r--tests/functional/s/stop_iteration_inside_generator.rc2
-rw-r--r--tests/functional/s/string/string_formatting_failed_inference_py35.rc2
-rw-r--r--tests/functional/s/string/string_formatting_py3.rc2
-rw-r--r--tests/functional/s/subprocess_run_check.py (renamed from tests/functional/s/subprocess_run_check35.py)0
-rw-r--r--tests/functional/s/subprocess_run_check.txt (renamed from tests/functional/s/subprocess_run_check35.txt)0
-rw-r--r--tests/functional/s/subprocess_run_check35.rc2
-rw-r--r--tests/functional/s/suspicious_str_strip_call.py (renamed from tests/functional/s/suspicious_str_strip_call_py3.py)0
-rw-r--r--tests/functional/s/suspicious_str_strip_call.txt (renamed from tests/functional/s/suspicious_str_strip_call_py3.txt)0
-rw-r--r--tests/functional/s/suspicious_str_strip_call_py3.rc2
-rw-r--r--tests/functional/s/sys_stream_regression_1004.rc1
18 files changed, 0 insertions, 19 deletions
diff --git a/tests/functional/s/singledispatch_functions_py3.py b/tests/functional/s/singledispatch_functions.py
index cfd4d873c..cfd4d873c 100644
--- a/tests/functional/s/singledispatch_functions_py3.py
+++ b/tests/functional/s/singledispatch_functions.py
diff --git a/tests/functional/s/singledispatch_functions_py3.txt b/tests/functional/s/singledispatch_functions.txt
index 6b26e7794..6b26e7794 100644
--- a/tests/functional/s/singledispatch_functions_py3.txt
+++ b/tests/functional/s/singledispatch_functions.txt
diff --git a/tests/functional/s/singledispatch_functions_py3.rc b/tests/functional/s/singledispatch_functions_py3.rc
deleted file mode 100644
index e481c3b54..000000000
--- a/tests/functional/s/singledispatch_functions_py3.rc
+++ /dev/null
@@ -1,3 +0,0 @@
-[testoptions]
-;https://bugs.python.org/issue10445
-min_pyver=3.4
diff --git a/tests/functional/s/star/star_needs_assignment_target.rc b/tests/functional/s/star/star_needs_assignment_target.rc
deleted file mode 100644
index c093be204..000000000
--- a/tests/functional/s/star/star_needs_assignment_target.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.0
diff --git a/tests/functional/s/star/star_needs_assignment_target_py35.py b/tests/functional/s/star/star_needs_assignment_target_py37.py
index fb5eea86a..fb5eea86a 100644
--- a/tests/functional/s/star/star_needs_assignment_target_py35.py
+++ b/tests/functional/s/star/star_needs_assignment_target_py37.py
diff --git a/tests/functional/s/star/star_needs_assignment_target_py35.rc b/tests/functional/s/star/star_needs_assignment_target_py37.rc
index b743e8f28..67a28a36a 100644
--- a/tests/functional/s/star/star_needs_assignment_target_py35.rc
+++ b/tests/functional/s/star/star_needs_assignment_target_py37.rc
@@ -1,3 +1,2 @@
[testoptions]
-min_pyver=3.5
max_pyver=3.8
diff --git a/tests/functional/s/star/star_needs_assignment_target_py35.txt b/tests/functional/s/star/star_needs_assignment_target_py37.txt
index a4fa2caea..a4fa2caea 100644
--- a/tests/functional/s/star/star_needs_assignment_target_py35.txt
+++ b/tests/functional/s/star/star_needs_assignment_target_py37.txt
diff --git a/tests/functional/s/statement_without_effect_py36.rc b/tests/functional/s/statement_without_effect_py36.rc
deleted file mode 100644
index 0ba2b6333..000000000
--- a/tests/functional/s/statement_without_effect_py36.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.6
diff --git a/tests/functional/s/stop_iteration_inside_generator.rc b/tests/functional/s/stop_iteration_inside_generator.rc
deleted file mode 100644
index c093be204..000000000
--- a/tests/functional/s/stop_iteration_inside_generator.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.0
diff --git a/tests/functional/s/string/string_formatting_failed_inference_py35.rc b/tests/functional/s/string/string_formatting_failed_inference_py35.rc
deleted file mode 100644
index 71de8b630..000000000
--- a/tests/functional/s/string/string_formatting_failed_inference_py35.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.5
diff --git a/tests/functional/s/string/string_formatting_py3.rc b/tests/functional/s/string/string_formatting_py3.rc
deleted file mode 100644
index c093be204..000000000
--- a/tests/functional/s/string/string_formatting_py3.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.0
diff --git a/tests/functional/s/subprocess_run_check35.py b/tests/functional/s/subprocess_run_check.py
index fc4d99d9b..fc4d99d9b 100644
--- a/tests/functional/s/subprocess_run_check35.py
+++ b/tests/functional/s/subprocess_run_check.py
diff --git a/tests/functional/s/subprocess_run_check35.txt b/tests/functional/s/subprocess_run_check.txt
index 3f854ad08..3f854ad08 100644
--- a/tests/functional/s/subprocess_run_check35.txt
+++ b/tests/functional/s/subprocess_run_check.txt
diff --git a/tests/functional/s/subprocess_run_check35.rc b/tests/functional/s/subprocess_run_check35.rc
deleted file mode 100644
index 71de8b630..000000000
--- a/tests/functional/s/subprocess_run_check35.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.5
diff --git a/tests/functional/s/suspicious_str_strip_call_py3.py b/tests/functional/s/suspicious_str_strip_call.py
index 40684cc1d..40684cc1d 100644
--- a/tests/functional/s/suspicious_str_strip_call_py3.py
+++ b/tests/functional/s/suspicious_str_strip_call.py
diff --git a/tests/functional/s/suspicious_str_strip_call_py3.txt b/tests/functional/s/suspicious_str_strip_call.txt
index 7e338386c..7e338386c 100644
--- a/tests/functional/s/suspicious_str_strip_call_py3.txt
+++ b/tests/functional/s/suspicious_str_strip_call.txt
diff --git a/tests/functional/s/suspicious_str_strip_call_py3.rc b/tests/functional/s/suspicious_str_strip_call_py3.rc
deleted file mode 100644
index c093be204..000000000
--- a/tests/functional/s/suspicious_str_strip_call_py3.rc
+++ /dev/null
@@ -1,2 +0,0 @@
-[testoptions]
-min_pyver=3.0
diff --git a/tests/functional/s/sys_stream_regression_1004.rc b/tests/functional/s/sys_stream_regression_1004.rc
index 15704f555..b47a74525 100644
--- a/tests/functional/s/sys_stream_regression_1004.rc
+++ b/tests/functional/s/sys_stream_regression_1004.rc
@@ -1,3 +1,2 @@
[testoptions]
-min_pyver=3.5
except_implementations=PyPy