The pytest [documentation recommends](https://docs.pytest.org/en/latest/writing_plugins.html#registering-markers) that plugins register all of their warnings, and since pytest 4.5.0 running tests decorated with unregistered marks emits a [PytestUnknownMarkWarning](https://github.com/pytest-dev/pytest/issues/4826). I'm happy to open a PR if that sounds ok.