Use https, save a redirect
This commit is contained in:
parent
28c3ef1c77
commit
103d980b2d
|
@ -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 ",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue