Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df193b2

Browse files
committed
Remove test suite from win32 start menu.
Since the test suite exits immediately upon completion, it makes no sense to run it from a menu, as it's impossible then to see/copy the results. Anyone who is going to report anything should run it from a terminal so the results stay on screen.
1 parent 0b15f36 commit df193b2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

scripts/ipython_win_post_install.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ def install():
6969
link = pjoin(ip_start_menu, 'scipy.lnk')
7070
cmd = '"%s" -pylab -p scipy' % ipybase
7171
mkshortcut(python,'IPython (scipy profile)',link,cmd)
72-
73-
link = pjoin(ip_start_menu, 'IPython test suite.lnk')
74-
cmd = '"%s" -vv' % pjoin(scripts, 'iptest')
75-
mkshortcut(python,'Run the IPython test suite',link,cmd)
76-
72+
7773
link = pjoin(ip_start_menu, 'ipcontroller.lnk')
7874
cmd = '"%s" -xy' % pjoin(scripts, 'ipcontroller')
7975
mkshortcut(python,'IPython controller',link,cmd)

0 commit comments

Comments
 (0)