summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-30 06:55:15 +0000
committerMarkus Heiser <markus.heiser@darmarit.de>2021-05-03 15:45:30 +0200
commit2a53f79a2df4df0ea43a809fb888d0f3d9231f30 (patch)
tree447630c0989632478c785d3f066f5a0c5752b988
parente5bcc3cbbecb067b0acd8a7c061d9a16453381ed (diff)
Bump pylint from 2.7.4 to 2.8.2
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.4 to 2.8.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.4...v2.8.2) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements-dev.txt2
-rw-r--r--searx/testing.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index f17546dd1..a6adce48e 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -2,7 +2,7 @@ mock==4.0.3
nose2[coverage_plugin]==0.10.0
cov-core==1.15.0
pycodestyle==2.7.0
-pylint==2.7.4
+pylint==2.8.2
splinter==0.14.0
transifex-client==0.14.2
selenium==3.141.0
diff --git a/searx/testing.py b/searx/testing.py
index 3ee86372d..e5c1bd313 100644
--- a/searx/testing.py
+++ b/searx/testing.py
@@ -61,7 +61,7 @@ class SearxRobotLayer():
dirname(__file__) + '/settings_robot.yml')
# run the server
- self.server = subprocess.Popen(
+ self.server = subprocess.Popen( # pylint: disable=consider-using-with
[exe, webapp],
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT