1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-15 22:00:12 +02:00

Merge pull request #44 from searxng/dependabot/pip/master/pylint-2.8.2

Bump pylint from 2.7.4 to 2.8.2
This commit is contained in:
Markus Heiser 2021-05-03 13:58:14 +00:00 committed by GitHub
commit 45293270e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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