Skip to content

tox: Register custom marks.

Vinson Lee requested to merge vlee/piglit:register-markers into main
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

Merge request reports