From d36614407550de7a8fc977b94e1cf104c9a2ead4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 20 Jan 2017 21:59:52 -0500 Subject: Get rid of some unused code paths --- tests/test_phystokens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_phystokens.py') diff --git a/tests/test_phystokens.py b/tests/test_phystokens.py index 15c6cb3a..d43b630f 100644 --- a/tests/test_phystokens.py +++ b/tests/test_phystokens.py @@ -128,7 +128,7 @@ class SourceEncodingTest(CoverageTest): ) def test_detect_source_encoding_not_in_comment(self): - if env.PYPY and env.PY3: + if env.PYPY and env.PY3: # pramga: no metacov # PyPy3 gets this case wrong. Not sure what I can do about it, # so skip the test. self.skipTest("PyPy3 is wrong about non-comment encoding. Skip it.") -- cgit v1.2.1