Merge pull request #7240 from DahlitzFlorian/fix-issue-7233
Add note about --strict and --strict-markers to references
This commit is contained in:
commit
c594bbbd19
1
AUTHORS
1
AUTHORS
|
@ -103,6 +103,7 @@ Fabio Zadrozny
|
||||||
Felix Nieuwenhuizen
|
Felix Nieuwenhuizen
|
||||||
Feng Ma
|
Feng Ma
|
||||||
Florian Bruhin
|
Florian Bruhin
|
||||||
|
Florian Dahlitz
|
||||||
Floris Bruynooghe
|
Floris Bruynooghe
|
||||||
Gabriel Reis
|
Gabriel Reis
|
||||||
Gene Wood
|
Gene Wood
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Add a note about ``--strict`` and ``--strict-markers`` and the preference for the latter one.
|
|
@ -1447,6 +1447,11 @@ passed multiple times. The expected format is ``name=value``. For example::
|
||||||
slow
|
slow
|
||||||
serial
|
serial
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
The use of ``--strict-markers`` is highly preferred. ``--strict`` was kept for
|
||||||
|
backward compatibility only and may be confusing for others as it only applies to
|
||||||
|
markers and not to other options.
|
||||||
|
|
||||||
.. confval:: minversion
|
.. confval:: minversion
|
||||||
|
|
||||||
Specifies a minimal pytest version required for running tests.
|
Specifies a minimal pytest version required for running tests.
|
||||||
|
|
Loading…
Reference in New Issue