summaryrefslogtreecommitdiff
path: root/test/backtest.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:30:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:30:31 -0500
commite8b4b3abf90c299c5c3748fd756331cb7d382159 (patch)
tree939121c4c574e5996e1a9043ec1a9b48a7e2fdd0 /test/backtest.py
parent5e09c8140d43822815a96c0020c92f0d62090e0c (diff)
parent13d20ea7759577e19742bc9eccf09df614e8825b (diff)
downloadpython-coveragepy-e8b4b3abf90c299c5c3748fd756331cb7d382159.tar.gz
Merge final 3.2 tweaks to default.
Diffstat (limited to 'test/backtest.py')
-rw-r--r--test/backtest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/backtest.py b/test/backtest.py
index 12bdbc9..63ee519 100644
--- a/test/backtest.py
+++ b/test/backtest.py
@@ -26,11 +26,6 @@ else:
"""
- if sys.hexversion > 0x03000000 and cmd.startswith("coverage "):
- # We don't have a coverage command on 3.x, so fix it up to call the
- # script. Eventually we won't need this.
- cmd = "python " + sys.prefix + os.sep + "Scripts" + os.sep + cmd
-
proc = subprocess.Popen(cmd, shell=True,
stdin=subprocess.PIPE, stdout=subprocess.PIPE,
stderr=subprocess.STDOUT