Skip to content

Commit ba2bae8

Browse files
committed
disable test_warnings
it is impossible to determine the color given the output text alone
1 parent 5d07ca1 commit ba2bae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pygments_pytest_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def test_simple_test_passing(compare):
8282
compare('def test(): pass')
8383

8484

85+
@pytest.mark.xfail(reason='no output for a warning but the [...%] is yellow')
8586
def test_warnings(compare):
8687
compare(
8788
'import warnings\n'

0 commit comments

Comments
 (0)