Fixed E303 flake8 errors

too many blank lines (3)
This commit is contained in:
Andras Tim
2017-07-17 01:25:09 +02:00
parent b840622819
commit 7248b759e8
32 changed files with 1 additions and 70 deletions

View File

@@ -113,7 +113,6 @@ def test_ignore(testdir, pyfile_with_warnings, method):
assert WARNINGS_SUMMARY_HEADER not in result.stdout.str()
@pytest.mark.skipif(sys.version_info < (3, 0),
reason='warnings message is unicode is ok in python3')
def test_unicode(testdir, pyfile_with_warnings):