Skip to content

Commit

Permalink
Hrm ok
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Oct 19, 2017
1 parent ee2807a commit 59ecb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def behavior_four(self):
# Summary
assert "== 1 failed, 4 passed, 1 skipped in " in output

def test_tests_are_colorized_by_test_result(self, testdir, environ): # noqa: F811
def test_tests_are_colorized_by_test_result(self, testdir, environ): # noqa: F811,E501
# Make sure py._io.TerminalWriters write colors despite pytest output
# capturing, which would otherwise trigger a 'False' result for "should
# markup output".
Expand Down

0 comments on commit 59ecb96

Please sign in to comment.