From bfe438379f372bf39ce7d690d20d9ef6bf310715 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 23 Dec 2024 12:46:37 -0500 Subject: [PATCH] Fix test warning. --- tests/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pytest.ini b/tests/pytest.ini index dc41879..5695e7c 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,2 +1,4 @@ [pytest] timeout = 30 +markers = + timeout: set timeout for tests