From 7c5b7c8bd28046a27b4e0f8ab9d9315b81bbf928 Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Tue, 8 Nov 2022 19:18:27 +0100
Subject: [PATCH] [test] Prevent pytest from parsing files in ./src/

---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 890e354..a4edf54 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -77,3 +77,4 @@ addopts = [
 ]
 junit_logging = "all"
 junit_log_passing_tests = false
+norecursedirs = ["src/*"]
-- 
GitLab