From 50937fe622ded727c6d207538dd81fd91bb1d1b1 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 27 Apr 2019 10:11:25 -0300 Subject: [PATCH] Add note about pytest_load_initial_conftests working only from plugins Fix #5175 --- doc/en/example/simple.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/example/simple.rst b/doc/en/example/simple.rst index e9fe1f249..fdee41c13 100644 --- a/doc/en/example/simple.rst +++ b/doc/en/example/simple.rst @@ -107,7 +107,7 @@ the command line arguments before they get processed: .. code-block:: python - # content of conftest.py + # setuptools plugin import sys