tox: Register custom marks.
Fix these warnings with pytest >= 4.5.0.
PytestUnknownMarkWarning: Unknown pytest.mark.raises - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
cc: @dbaker