From 1ca0c65adc800daf8a9a89c5412afc4c932787f7 Mon Sep 17 00:00:00 2001 From: missytake Date: Mon, 9 Oct 2023 17:09:12 +0200 Subject: [PATCH] added pytest-timeout to developer installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93637cd..cdbb122 100644 --- a/README.md +++ b/README.md @@ -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 ```