File tree 2 files changed +2
-0
lines changed 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ def bootstrap(tmpdir=None):
87
87
# Due to pip._internal.commands.commands_dict structure, a monkeypatch
88
88
# seems the simplest workaround.
89
89
install_parse_args = InstallCommand.parse_args
90
+
90
91
def cert_parse_args(self, args):
91
92
# If cert isn't specified in config or environment, we provide our
92
93
# own certificate through defaults.
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ def bootstrap(tmpdir=None):
87
87
# Due to pip._internal.commands.commands_dict structure, a monkeypatch
88
88
# seems the simplest workaround.
89
89
install_parse_args = InstallCommand .parse_args
90
+
90
91
def cert_parse_args (self , args ):
91
92
# If cert isn't specified in config or environment, we provide our
92
93
# own certificate through defaults.
You can’t perform that action at this time.
0 commit comments