summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-03-29 18:24:10 -0700
committerAnthony Sottile <asottile@umich.edu>2021-03-30 17:37:13 -0700
commit5d43462c9d788e5e5ee98d37de7552c549805046 (patch)
treed0959d399469107effd53b22a060e341837ea5e4 /tests
parent018dbcd69a45b8686cbe63f5e8ce1ba13198f9d7 (diff)
downloadflake8-5d43462c9d788e5e5ee98d37de7552c549805046.tar.gz
clean up version_info references
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py
index 1befa8f..c0cf237 100644
--- a/tests/unit/test_utils.py
+++ b/tests/unit/test_utils.py
@@ -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')