diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-20 21:59:52 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-20 21:59:52 -0500 |
commit | d36614407550de7a8fc977b94e1cf104c9a2ead4 (patch) | |
tree | 2de329498f3dc2ed6975769540a013e00daee841 /tests/test_phystokens.py | |
parent | f28ab3b850586fd7531af7473ac2a93f8214d190 (diff) | |
download | python-coveragepy-git-d36614407550de7a8fc977b94e1cf104c9a2ead4.tar.gz |
Get rid of some unused code paths
Diffstat (limited to 'tests/test_phystokens.py')
-rw-r--r-- | tests/test_phystokens.py | 2 |
1 files changed, 1 insertions, 1 deletions
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.") |