mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #5018 from takluyver/i4006
Prevent 'iptest IPython' from trying to run.
This commit is contained in:
commit
48743003e1
@ -226,7 +226,7 @@ def prepare_controllers(options):
|
||||
|
||||
if testgroups:
|
||||
py_testgroups = [g for g in testgroups if (g in py_test_group_names) \
|
||||
or g.startswith('IPython')]
|
||||
or g.startswith('IPython.')]
|
||||
js_testgroups = [g for g in testgroups if g in js_test_group_names]
|
||||
else:
|
||||
py_testgroups = py_test_group_names
|
||||
|
Loading…
Reference in New Issue
Block a user