summaryrefslogtreecommitdiff
path: root/searx/testing.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-05-03 13:58:14 +0000
committerGitHub <noreply@github.com>2021-05-03 13:58:14 +0000
commit45293270e257979d95e96c941000756113c29482 (patch)
tree9ad9a4819c9e16c1bcaeb892fed23f1dd81d9df6 /searx/testing.py
parent813b10f485b96d01640cf2586a328d9645cdc075 (diff)
parent2a53f79a2df4df0ea43a809fb888d0f3d9231f30 (diff)
Merge pull request #44 from searxng/dependabot/pip/master/pylint-2.8.2
Bump pylint from 2.7.4 to 2.8.2
Diffstat (limited to 'searx/testing.py')
-rw-r--r--searx/testing.py2
1 files changed, 1 insertions, 1 deletions
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