summaryrefslogtreecommitdiff
path: root/testing/test_terminal.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-10-02 13:23:41 -0700
committerAnthony Sottile <asottile@umich.edu>2020-10-02 15:06:59 -0700
commitdaba7ceb7116b2f402f01f80814c833b5a8370db (patch)
treeca11e0e3058de3737f16f1c272ccad6696cecd1b /testing/test_terminal.py
parent325b988ca86d269655ab96dc7fadfc633052c25c (diff)
downloadpytest-daba7ceb7116b2f402f01f80814c833b5a8370db.tar.gz
py36+: remove requires_ordered_markup
Diffstat (limited to 'testing/test_terminal.py')
-rw-r--r--testing/test_terminal.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/test_terminal.py b/testing/test_terminal.py
index 57db1b9a5..859e1470e 100644
--- a/testing/test_terminal.py
+++ b/testing/test_terminal.py
@@ -1017,7 +1017,6 @@ def test_color_yes(testdir, color_mapping):
"""
)
result = testdir.runpytest("--color=yes", str(p1))
- color_mapping.requires_ordered_markup(result)
result.stdout.fnmatch_lines(
color_mapping.format_for_fnmatch(
[
@@ -2217,7 +2216,6 @@ class TestCodeHighlight:
"""
)
result = testdir.runpytest("--color=yes")
- color_mapping.requires_ordered_markup(result)
result.stdout.fnmatch_lines(
color_mapping.format_for_fnmatch(
[
@@ -2237,7 +2235,6 @@ class TestCodeHighlight:
"""
)
result = testdir.runpytest("--color=yes")
- color_mapping.requires_ordered_markup(result)
result.stdout.fnmatch_lines(
color_mapping.format_for_fnmatch(