Use https, save a redirect

This commit is contained in:
Steve Piercy 2018-08-28 14:41:13 -07:00
parent 28c3ef1c77
commit 103d980b2d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def pytest_configure(config):
config.addinivalue_line(
"markers",
"filterwarnings(warning): add a warning filter to the given test. "
"see http://pytest.org/latest/warnings.html#pytest-mark-filterwarnings ",
"see https://docs.pytest.org/en/latest/warnings.html#pytest-mark-filterwarnings ",
)