Skip to content

Commit 852d794

Browse files
authored
Remove locust from requirements-dev.txt (#2539)
* Explicitly activate the environment * Remove locust from requirements-dev.txt * Newline EOF
1 parent 1f0270f commit 852d794

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

docs/productionizing.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,7 @@ We recommend running a loadtest for your expected number of users.
100100
You can use the [locust tool](https://docs.locust.io/) with the `locustfile.py` in this sample
101101
or set up a loadtest with Azure Load Testing.
102102

103-
To use locust, first install the dev requirements that includes locust:
104-
105-
```shell
106-
python -m pip install -r requirements-dev.txt
107-
```
108-
109-
Or manually install locust:
103+
First make sure you have the locust package installed in your Python environment:
110104

111105
```shell
112106
python -m pip install locust

requirements-dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ pytest-cov
1010
pytest-playwright
1111
pytest-snapshot
1212
pre-commit
13-
locust
1413
pip-tools
15-
mypy==1.14.1
14+
mypy==1.14.1

0 commit comments

Comments
 (0)