From 48008be43fd4aa75303c463538998528b58afe7b Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Mon, 12 Jun 2023 11:45:03 +0300 Subject: [PATCH] tests: Apply black formatting for rip_topo1/ripng_topo1 Signed-off-by: Donatas Abraitis --- tests/topotests/rip_topo1/test_rip_topo1.py | 1 - tests/topotests/ripng_topo1/test_ripng_topo1.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/topotests/rip_topo1/test_rip_topo1.py b/tests/topotests/rip_topo1/test_rip_topo1.py index 9850cc695d..9b0eaf9a18 100644 --- a/tests/topotests/rip_topo1/test_rip_topo1.py +++ b/tests/topotests/rip_topo1/test_rip_topo1.py @@ -330,7 +330,6 @@ def test_shutdown_check_stderr(): if __name__ == "__main__": - # To suppress tracebacks, either use the following pytest call or add "--tb=no" to cli # retval = pytest.main(["-s", "--tb=no"]) retval = pytest.main(["-s"]) diff --git a/tests/topotests/ripng_topo1/test_ripng_topo1.py b/tests/topotests/ripng_topo1/test_ripng_topo1.py index b9e63ed5fa..6bebf6044b 100644 --- a/tests/topotests/ripng_topo1/test_ripng_topo1.py +++ b/tests/topotests/ripng_topo1/test_ripng_topo1.py @@ -374,7 +374,6 @@ def test_shutdown_check_memleak(): if __name__ == "__main__": - # To suppress tracebacks, either use the following pytest call or add "--tb=no" to cli # retval = pytest.main(["-s", "--tb=no"]) retval = pytest.main(["-s"]) -- 2.39.5