Skip to content

Commit c000955

Browse files
committed
Remove incorrect docs about confcutdir being a config option
Fix #9210
1 parent e84ba80 commit c000955

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

changelog/9210.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove incorrect docs about ``confcutdir`` being a configuration option: it can only be set through the ``--confcutdir`` command-line option.

doc/en/reference/reference.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,19 +1196,8 @@ passed multiple times. The expected format is ``name=value``. For example::
11961196
variables, that will be expanded. For more information about cache plugin
11971197
please refer to :ref:`cache_provider`.
11981198

1199-
1200-
.. confval:: confcutdir
1201-
1202-
Sets a directory where search upwards for ``conftest.py`` files stops.
1203-
By default, pytest will stop searching for ``conftest.py`` files upwards
1204-
from ``pytest.ini``/``tox.ini``/``setup.cfg`` of the project if any,
1205-
or up to the file-system root.
1206-
1207-
12081199
.. confval:: console_output_style
12091200

1210-
1211-
12121201
Sets the console output style while running tests:
12131202

12141203
* ``classic``: classic pytest output.

0 commit comments

Comments
 (0)