aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setuptools/tests/test_packageindex.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setuptools/tests/test_packageindex.py b/setuptools/tests/test_packageindex.py
index 098d4e3f..3e9d1d84 100644
--- a/setuptools/tests/test_packageindex.py
+++ b/setuptools/tests/test_packageindex.py
@@ -1,6 +1,4 @@
import sys
-import os
-import unittest
import distutils.errors
from setuptools.compat import httplib, HTTPError, unicode, pathname2url
@@ -174,7 +172,7 @@ class TestPackageIndex:
assert 'content' in res.read()
-class TestContentCheckers(unittest.TestCase):
+class TestContentCheckers:
def test_md5(self):
checker = setuptools.package_index.HashChecker.from_url(