summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-06-19 07:27:00 -0400
committerHugo <hugovk@users.noreply.github.com>2018-06-19 07:27:00 -0400
commit18be5708eb91ac1bbd6fef713233c68857e34694 (patch)
tree52b5126457205caef3cf238d32af019c68f28d35 /tests
parent3240e331e8e6fb5cf56991d28c5279138df2466e (diff)
downloadpython-coveragepy-18be5708eb91ac1bbd6fef713233c68857e34694.tar.gz
Drop support for EOL 2.5, 2.6 and 3.3
Diffstat (limited to 'tests')
-rw-r--r--tests/test_process.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 7e55c77..68262a5 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -659,9 +659,6 @@ class ProcessTest(CoverageTest):
self.assertGreater(data.line_counts()['os.py'], 50)
def test_lang_c(self):
- if env.PY3 and env.PYVERSION < (3, 4):
- # Python 3.3 can't compile the non-ascii characters in the file name.
- self.skipTest("3.3 can't handle this test")
if env.JYTHON:
# Jython as of 2.7.1rc3 won't compile a filename that isn't utf8.
self.skipTest("Jython can't handle this test")