@@ -447,12 +447,9 @@ Other labgrid-related pytest plugin options are:
447
447
If option is specified without path the current working directory is used.
448
448
449
449
``--lg-colored-steps ``
450
- Enables the ColoredStepReporter.
451
- Different events have different colors.
452
- The more colorful, the more important.
453
- In order to make less important output "blend into the background" different
454
- color schemes are available.
455
- See :ref: `LG_COLOR_SCHEME <usage-lgcolorscheme >`.
450
+ Previously enabled the ColoredStepReporter, which has been removed with the
451
+ StepLogger introduction.
452
+ Kept for compatibility reasons without effect.
456
453
457
454
``--lg-initial-state=STATE_NAME ``
458
455
Sets the Strategy's initial state.
@@ -470,19 +467,6 @@ LG_ENV
470
467
^^^^^^
471
468
Behaves like ``LG_ENV `` for :doc: `labgrid-client <man/client >`.
472
469
473
- .. _usage-lgcolorscheme :
474
-
475
- LG_COLOR_SCHEME
476
- ^^^^^^^^^^^^^^^
477
- Influences the color scheme used for the Colored Step Reporter.
478
- ``dark `` is meant for dark terminal background.
479
- ``light `` is optimized for light terminal background.
480
- ``dark-256color `` and ``light-256color `` are respective variants for terminals
481
- that support 256 colors.
482
- By default, ``dark `` or ``dark-256color `` (depending on the terminal) are used.
483
-
484
- Takes effect only when used with ``--lg-colored-steps ``.
485
-
486
470
LG_PROXY
487
471
^^^^^^^^
488
472
Specifies a SSH proxy host to be used for port forwards to access the
0 commit comments