diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-01 15:20:32 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-01 15:20:32 -0400 |
commit | ca46f074d12651e32250737c7f380b343b0882ec (patch) | |
tree | ec76fb7d8a50871c7a405ef8ba54e134daba12d2 /setuptools/tests/test_sandbox.py | |
parent | b73d7fa62dae090d486c54c8cc434e955a06ffb6 (diff) | |
download | external_python_setuptools-ca46f074d12651e32250737c7f380b343b0882ec.tar.gz external_python_setuptools-ca46f074d12651e32250737c7f380b343b0882ec.tar.bz2 external_python_setuptools-ca46f074d12651e32250737c7f380b343b0882ec.zip |
Python 2.3 no longer supported
--HG--
extra : rebase_source : debc6141ad369eafeb78b808a15d8558ff3fb83b
Diffstat (limited to 'setuptools/tests/test_sandbox.py')
-rw-r--r-- | setuptools/tests/test_sandbox.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/tests/test_sandbox.py b/setuptools/tests/test_sandbox.py index 0e04ad1c..0f2e693d 100644 --- a/setuptools/tests/test_sandbox.py +++ b/setuptools/tests/test_sandbox.py @@ -33,8 +33,6 @@ class TestSandbox(unittest.TestCase): shutil.rmtree(self.dir) def test_devnull(self): - if sys.version < '2.4': - return sandbox = DirectorySandbox(self.dir) sandbox.run(self._file_writer(os.devnull)) |