From b9a5944058a35e43479b726e448cec3bd54fd2ca Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 16 May 2022 08:56:45 +1000 Subject: [PATCH] Added pytest-timeout to test dependencies --- Tests/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/README.rst b/Tests/README.rst index 55464578702..2d014e5a46e 100644 --- a/Tests/README.rst +++ b/Tests/README.rst @@ -8,7 +8,7 @@ Dependencies Install:: - python3 -m pip install pytest pytest-cov + python3 -m pip install pytest pytest-cov pytest-timeout Execution ---------