diff options
Diffstat (limited to 'setuptools/tests/test_build_ext.py')
-rw-r--r-- | setuptools/tests/test_build_ext.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_build_ext.py b/setuptools/tests/test_build_ext.py index ac002f44..60257154 100644 --- a/setuptools/tests/test_build_ext.py +++ b/setuptools/tests/test_build_ext.py @@ -10,7 +10,6 @@ from setuptools.extension import Extension class TestBuildExt: - def test_get_ext_filename(self): """ Setuptools needs to give back the same |