diff options
author | Phillip J. Eby <pje@telecommunity.com> | 2006-04-24 20:53:13 (GMT) |
---|---|---|
committer | Phillip J. Eby <pje@telecommunity.com> | 2006-04-24 20:53:13 (GMT) |
commit | 0a07ab97c5e62fd1ebbea44bc81f55113dec7080 (patch) | |
tree | f0a9064d4a3be45e0f6566519d9f22095ccf0ccb /Lib/test | |
parent | 0a7ed8c2d393e695fcb5a010926fa71eaca6c042 (diff) | |
download | cpython-0a07ab97c5e62fd1ebbea44bc81f55113dec7080.zip cpython-0a07ab97c5e62fd1ebbea44bc81f55113dec7080.tar.gz cpython-0a07ab97c5e62fd1ebbea44bc81f55113dec7080.tar.bz2 |
Revert addition of setuptools
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_setuptools.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Lib/test/test_setuptools.py b/Lib/test/test_setuptools.py deleted file mode 100644 index a988303..0000000 --- a/Lib/test/test_setuptools.py +++ /dev/null @@ -1,16 +0,0 @@ -"""Tests for setuptools. - -The tests for setuptools are defined in the setuptools.tests package; -this runs them from there. -""" - -import test.test_support -from setuptools.command.test import ScanningLoader - -def test_main(): - test.test_support.run_suite( - ScanningLoader().loadTestsFromName('setuptools.tests') - ) - -if __name__ == "__main__": - test_main() |