doc/reference: replace Unicode dashes with ascii `-` in cli flags (#11323)
This commit is contained in:
parent
010e1742d8
commit
370eacd3ca
|
@ -1640,11 +1640,11 @@ passed multiple times. The expected format is ``name=value``. For example::
|
||||||
Additionally, ``pytest`` will attempt to intelligently identify and ignore a
|
Additionally, ``pytest`` will attempt to intelligently identify and ignore a
|
||||||
virtualenv by the presence of an activation script. Any directory deemed to
|
virtualenv by the presence of an activation script. Any directory deemed to
|
||||||
be the root of a virtual environment will not be considered during test
|
be the root of a virtual environment will not be considered during test
|
||||||
collection unless ``‑‑collect‑in‑virtualenv`` is given. Note also that
|
collection unless ``--collect-in-virtualenv`` is given. Note also that
|
||||||
``norecursedirs`` takes precedence over ``‑‑collect‑in‑virtualenv``; e.g. if
|
``norecursedirs`` takes precedence over ``--collect-in-virtualenv``; e.g. if
|
||||||
you intend to run tests in a virtualenv with a base directory that matches
|
you intend to run tests in a virtualenv with a base directory that matches
|
||||||
``'.*'`` you *must* override ``norecursedirs`` in addition to using the
|
``'.*'`` you *must* override ``norecursedirs`` in addition to using the
|
||||||
``‑‑collect‑in‑virtualenv`` flag.
|
``--collect-in-virtualenv`` flag.
|
||||||
|
|
||||||
|
|
||||||
.. confval:: python_classes
|
.. confval:: python_classes
|
||||||
|
|
Loading…
Reference in New Issue