From c9b8d3b19d709987485cdfd83285633288b78e58 Mon Sep 17 00:00:00 2001 From: rebecca-palmer Date: Sun, 2 Feb 2020 16:52:10 +0000 Subject: [PATCH] DOC: it's called pytestmark, not pytest_mark At least in Debian's pytest (4.6.9), only the pytestmark form works. --- doc/en/reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/reference.rst b/doc/en/reference.rst index 50e32d660a2..088f6a0651f 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -901,8 +901,8 @@ Can be either a ``str`` or ``Sequence[str]``. pytest_plugins = ("myapp.testsupport.tools", "myapp.testsupport.regression") -pytest_mark -~~~~~~~~~~~ +pytestmark +~~~~~~~~~~ **Tutorial**: :ref:`scoped-marking`