From c000955dde3ecc12291c8890ba29887d7b6ef1f2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 18 Oct 2021 19:20:27 -0300 Subject: [PATCH] Remove incorrect docs about confcutdir being a config option Fix #9210 --- changelog/9210.doc.rst | 1 + doc/en/reference/reference.rst | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) create mode 100644 changelog/9210.doc.rst diff --git a/changelog/9210.doc.rst b/changelog/9210.doc.rst new file mode 100644 index 00000000000..02a850c08c4 --- /dev/null +++ b/changelog/9210.doc.rst @@ -0,0 +1 @@ +Remove incorrect docs about ``confcutdir`` being a configuration option: it can only be set through the ``--confcutdir`` command-line option. diff --git a/doc/en/reference/reference.rst b/doc/en/reference/reference.rst index 1a89d8eaf22..d6b9cbb79de 100644 --- a/doc/en/reference/reference.rst +++ b/doc/en/reference/reference.rst @@ -1196,19 +1196,8 @@ passed multiple times. The expected format is ``name=value``. For example:: variables, that will be expanded. For more information about cache plugin please refer to :ref:`cache_provider`. - -.. confval:: confcutdir - - Sets a directory where search upwards for ``conftest.py`` files stops. - By default, pytest will stop searching for ``conftest.py`` files upwards - from ``pytest.ini``/``tox.ini``/``setup.cfg`` of the project if any, - or up to the file-system root. - - .. confval:: console_output_style - - Sets the console output style while running tests: * ``classic``: classic pytest output.