From 8dc4378bc9ce677ddbcbcdb5f27ed21f879386dd Mon Sep 17 00:00:00 2001 From: Akuli Date: Sun, 23 Jan 2022 14:34:53 +0200 Subject: [PATCH] delete unused var --- testing/test_terminal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/test_terminal.py b/testing/test_terminal.py index 3094649f3..e5f412662 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -400,7 +400,6 @@ class TestTerminal: """ ) - long_reason = "cannot do foobar because baz is missing due to I don't know what" common_output = [ "test_verbose_skip_reason.py::test_1 SKIPPED (123) *", "test_verbose_skip_reason.py::test_2 XPASS (456) *",