mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
fat fingers
don't laugh. it's a serious problem.
This commit is contained in:
parent
4f49ed4008
commit
04e0725ba9
@ -238,7 +238,7 @@ def prepare_controllers(options):
|
||||
js_testgroups = [g for g in testgroups if g not in py_testgroups]
|
||||
else:
|
||||
py_testgroups = py_test_group_names
|
||||
js_testgroups = all_js_group_names()
|
||||
js_testgroups = all_js_groups()
|
||||
if not options.all:
|
||||
test_sections['parallel'].enabled = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user