added pytest-timeout to developer installation instructions

pull/13/head
missytake 2023-10-09 17:09:12 +02:00
parent b509b0ab77
commit 1ca0c65adc
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ run:
```
python3 -m venv venv
. venv/bin/activate
pip install pytest tox black pytest-xdist
pip install pytest tox black pytest-xdist pytest-timeout
pip install -e .
DCC_NEW_TMP_EMAIL='https://ci.testrun.org/new_email?t=1h_2364962873z' tox
```