From ae12f562b569e924164cba0406cbd07eeae876c8 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Sat, 13 Dec 2025 09:30:24 +1300 Subject: [PATCH] Declare `pytest-timeout` as a test dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 88ecb16f..b90e02d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ test = [ "pytest", "pytest-cov", "pytest-xdist", + "pytest-timeout", "flaky", "nbmake", "modflow-devtools",