Skip to content

Commit

Permalink
update python version in doc logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Apr 18, 2024
1 parent 3c0c5c2 commit bd710b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developing-locust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ We use `tox <https://tox.readthedocs.io/en/stable/>`_ to automate tests across m
$ pip3 install tox
$ tox
...
py38: install_deps> python -I -m pip install cryptography mock pyquery retry
py38: commands[0]> python3 -m pip install .
py39: install_deps> python -I -m pip install cryptography mock pyquery retry
py39: commands[0]> python3 -m pip install .
...
py38: commands[1]> python3 -m unittest discover
py39: commands[1]> python3 -m unittest discover
...
To only run a specific suite or specific test you can call `pytest <https://docs.pytest.org/>`_ directly:
Expand Down

0 comments on commit bd710b5

Please sign in to comment.