Use https, save a redirect, fix hostname

This commit is contained in:
Steve Piercy 2018-08-28 14:40:20 -07:00
parent 67c3c28877
commit 28c3ef1c77
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ class TerminalReporter(object):
indented = "\n".join(" " + x for x in lines)
self._tw.line(indented)
self._tw.line()
self._tw.line("-- Docs: http://doc.pytest.org/en/latest/warnings.html")
self._tw.line("-- Docs: https://docs.pytest.org/en/latest/warnings.html")
def summary_passes(self):
if self.config.option.tbstyle != "no":