From ca46f074d12651e32250737c7f380b343b0882ec Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 1 Aug 2014 15:20:32 -0400 Subject: Python 2.3 no longer supported --HG-- extra : rebase_source : debc6141ad369eafeb78b808a15d8558ff3fb83b --- setuptools/tests/test_sandbox.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setuptools') 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)) -- cgit v1.2.3