mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Make bootstrap_pip_spec arg optional
This commit is contained in:
@@ -158,8 +158,8 @@ def main():
|
||||
run_test_parser = subparsers.add_parser('run-test')
|
||||
run_test_parser.add_argument('--installer-args', default='')
|
||||
run_test_parser.add_argument('--upgrade', action='store_true')
|
||||
run_test_parser.add_argument('--bootstrap_pip_spec', nargs='?', default="", type=str)
|
||||
run_test_parser.add_argument('test_name')
|
||||
run_test_parser.add_argument('bootstrap_pip_spec')
|
||||
run_test_parser.add_argument('test_files', nargs='+')
|
||||
|
||||
show_logs_parser = subparsers.add_parser('show-logs')
|
||||
|
||||
Reference in New Issue
Block a user