summaryrefslogtreecommitdiff
path: root/searx/testing.py
diff options
context:
space:
mode:
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