[systemtest] Fix yapf errors
Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/test/systemtest/earlgrey/test_fpga_nexysvideo.py b/test/systemtest/earlgrey/test_fpga_nexysvideo.py
index e790e0a..65785c4 100644
--- a/test/systemtest/earlgrey/test_fpga_nexysvideo.py
+++ b/test/systemtest/earlgrey/test_fpga_nexysvideo.py
@@ -67,7 +67,8 @@
@pytest.fixture(scope="module")
-def nexysvideo_earlgrey(tmp_path_factory, topsrcdir, bin_dir, localconf_nexysvideo):
+def nexysvideo_earlgrey(tmp_path_factory, topsrcdir, bin_dir,
+ localconf_nexysvideo):
""" A Nexys Video board flashed with an Earl Grey bitstream """
bitstream = bin_dir / "hw/top_earlgrey/lowrisc_systems_top_earlgrey_nexysvideo_0.1.bit"
diff --git a/test/systemtest/earlgrey/test_sim_verilator.py b/test/systemtest/earlgrey/test_sim_verilator.py
index 945aabb..7a2f2b9 100644
--- a/test/systemtest/earlgrey/test_sim_verilator.py
+++ b/test/systemtest/earlgrey/test_sim_verilator.py
@@ -228,7 +228,8 @@
sim.terminate()
-@pytest.mark.skip(reason="Spiflash on Verilator isn't reliable currently. See issue #3708.")
+@pytest.mark.skip(
+ reason="Spiflash on Verilator isn't reliable currently. See issue #3708.")
def test_spiflash(tmp_path, bin_dir):
""" Load a single application to the Verilator simulation using spiflash """