From 9dea99cd61955b5dbd3b40769ca7c3b0615598f7 Mon Sep 17 00:00:00 2001 From: Jason Pellerin Date: Mon, 2 Jun 2008 23:22:45 +0000 Subject: Removed some cruft --- functional_tests/test_commands.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/functional_tests/test_commands.py b/functional_tests/test_commands.py index 1d7a032..682af04 100644 --- a/functional_tests/test_commands.py +++ b/functional_tests/test_commands.py @@ -1,5 +1,4 @@ import os -import subprocess import sys import unittest from nose.plugins.skip import SkipTest @@ -42,11 +41,6 @@ class TestCommands(unittest.TestCase): self.assertFalse(e.args[0], buf.getvalue()) else: self.fail("cmd.run() did not exit") - -# assert subprocess.call( -# ["python", "setup.py", "nosetests", "2>/dev/null"], -# shell=True) == 0, \ -# "python setup.py nosetests in %s failed" % support if __name__ == '__main__': -- cgit v1.2.1