diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-22 16:34:30 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-22 16:34:30 -0400 |
commit | c3babc0ab961982981e08e5b302f7f54039c7570 (patch) | |
tree | 11a30fc815f6faa877930db3998c9a74b6f1db50 /tests/test_summary.py | |
parent | 9bf5189621f0805b11deb6cf08fe749e746fdf55 (diff) | |
download | python-coveragepy-git-c3babc0ab961982981e08e5b302f7f54039c7570.tar.gz |
Update to pylint 1.7.1
Diffstat (limited to 'tests/test_summary.py')
-rw-r--r-- | tests/test_summary.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py index 752a1776..7c9f4c12 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -444,7 +444,6 @@ class SummaryTest(CoverageTest): u"Couldn't parse 'accented\xe2.py' as Python source: 'error' at line 1" ) if env.PY2: - # pylint: disable=redefined-variable-type expected = expected.encode(output_encoding()) self.assertEqual(errmsg, expected) |