Skip to content

Commit 15f0d07

Browse files
committed
doc/development: remove --lg-env option from pytest
Remove the `--lg-env` option from the pytest invocation in the development documentation. The labgrid plugin isn't loaded automatically when running pytest from the labgrid repository, so the option isn't recognized and causes the tests to fail Signed-off-by: David Lechner <dlechner@baylibre.com>
1 parent 93fa254 commit 15f0d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Tests can now be run via:
3636

3737
.. code-block:: bash
3838
39-
python -m pytest --lg-env <config>
39+
python -m pytest
4040
4141
Writing a Driver
4242
----------------

0 commit comments

Comments
 (0)