Skip to content

Commit

Permalink
Remove incorrect docs about confcutdir being a config option
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Oct 18, 2021
1 parent e84ba80 commit c000955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions 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.
11 changes: 0 additions & 11 deletions doc/en/reference/reference.rst
Expand Up @@ -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.
Expand Down

0 comments on commit c000955

Please sign in to comment.