summaryrefslogtreecommitdiffstats
path: root/tests/test_all_tables_e2e/test_ascii_table.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:10:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:10:52 +0000
commitdd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5 (patch)
tree5206eca8bd60016feeda38ba7a1fb8f21cdc23f5 /tests/test_all_tables_e2e/test_ascii_table.py
parentReleasing debian version 3.1.0-5. (diff)
downloadterminaltables-dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5.tar.xz
terminaltables-dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5.zip
Merging upstream version 3.1.10 (Closes: #1014035).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_all_tables_e2e/test_ascii_table.py')
-rw-r--r--tests/test_all_tables_e2e/test_ascii_table.py2
1 files changed, 1 insertions, 1 deletions
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.