From 5fbf0befe29eccd276cac6d8ef161355f168531b Mon Sep 17 00:00:00 2001 From: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri, 17 Feb 2023 14:25:47 +0100 Subject: [PATCH] pytest: Do not recurse in build directory --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index e3439eb..7c07895 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] -norecursedirs = docs .* +norecursedirs = build docs .* asyncio_mode = strict -- GitLab