support/testing/tests: fix flake8 warnings
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 5 Nov 2020 16:47:35 +0000 (17:47 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 6 Nov 2020 07:11:25 +0000 (08:11 +0100)
commit0a5c9f824aae7da90307193bc2f9410dcb8e0522
treee07cdd1f7a8cf6c18033a1ee221644dd101ca4f0
parentb2019a5183b28d36e52eacc64d50c3e0fc402fb0
support/testing/tests: fix flake8 warnings

Fixes the following flake8 warnings:

support/testing/tests/core/test_selinux.py:21:1: E302 expected 2 blank lines, found 1
support/testing/tests/core/test_selinux.py:38:1: E302 expected 2 blank lines, found 1
support/testing/tests/core/test_selinux.py:51:1: E302 expected 2 blank lines, found 1
support/testing/tests/core/test_selinux.py:62:1: E302 expected 2 blank lines, found 1
support/testing/tests/core/test_selinux.py:65:14: E127 continuation line over-indented for visual indent
support/testing/tests/init/test_systemd_selinux.py:53:1: E302 expected 2 blank lines, found 1
support/testing/tests/init/test_systemd_selinux.py:64:1: E302 expected 2 blank lines, found 1

Interestingly, the "continuation line over-indented for visual indent"
shows up only once, while the same pattern is there at multiple places
in the file. We fix all places with that over-indentation pattern.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/testing/tests/core/test_selinux.py
support/testing/tests/init/test_systemd_selinux.py