From 0159d25e48bce906113a3562790ce868bccc3039 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 13 Dec 2024 13:34:04 +0100 Subject: [PATCH] chore: add missing dev-deps to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index bb4575553..ea9b3777a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,6 +111,8 @@ develop = [ "pytest-cov", "pytest-mock", "pytest-random-order", + "pytest-timeout", + "pytest-xdist", "pytest", "ruff", "time-machine",