Do not add skip-lock for lock command

This commit is contained in:
jxltom
2018-11-06 14:23:16 +08:00
parent e61faeba40
commit f9ee0c80ca
-1
View File
@@ -353,7 +353,6 @@ def uninstall_options(f):
def lock_options(f):
f = install_base_options(f)
f = requirements_flag(f)
f = skip_lock_option(f)
f = pre_option(f)
return f