From dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 16 Sep 2022 16:10:36 +0200 Subject: Merging upstream version 3.1.10 (Closes: #1014035). Signed-off-by: Daniel Baumann --- tests/test_all_tables_e2e/test_ascii_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_all_tables_e2e/test_ascii_table.py') diff --git a/tests/test_all_tables_e2e/test_ascii_table.py b/tests/test_all_tables_e2e/test_ascii_table.py index 51ebc2a..a1a3b9c 100644 --- a/tests/test_all_tables_e2e/test_ascii_table.py +++ b/tests/test_all_tables_e2e/test_ascii_table.py @@ -100,7 +100,7 @@ def test_multi_line(): @pytest.mark.skipif(str(not IS_WINDOWS)) -@pytest.mark.skipif('True') # https://github.com/Robpol86/terminaltables/issues/30 +@pytest.mark.skip # https://github.com/Robpol86/terminaltables/issues/44 def test_windows_screenshot(tmpdir): """Test on Windows in a new console window. Take a screenshot to verify it works. -- cgit v1.2.3