From 3667a52ba2b83e0cf07861d01e949ebd33afe7ec Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 9 Jun 2018 11:59:57 -0300 Subject: [PATCH] Remove Mark api from mark.rst Feels out of place in there, plus the reference documentation already contains the reference API to all mark-related classes --- doc/en/mark.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/en/mark.rst b/doc/en/mark.rst index 753bd1c95..4f4242490 100644 --- a/doc/en/mark.rst +++ b/doc/en/mark.rst @@ -50,11 +50,6 @@ should add ``--strict`` to ``addopts``: slow serial -.. currentmodule:: _pytest.mark.structures -.. autoclass:: Mark - :members: - :noindex: - .. `marker-iteration`