mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
clean up version_info references
This commit is contained in:
parent
018dbcd69a
commit
5d43462c9d
3 changed files with 12 additions and 28 deletions
|
|
@ -308,7 +308,6 @@ def test_matches_filename_for_excluding_dotfiles():
|
|||
assert not utils.matches_filename('..', ('.*',), '', logger)
|
||||
|
||||
|
||||
@pytest.mark.xfail(sys.version_info < (3,), reason='py3+ only behaviour')
|
||||
def test_stdin_get_value_crlf():
|
||||
"""Ensure that stdin is normalized from crlf to lf."""
|
||||
stdin = io.TextIOWrapper(io.BytesIO(b'1\r\n2\r\n'), 'UTF-8')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue