From ec5f39936f47269f60c140ce88db77776cf90ad8 Mon Sep 17 00:00:00 2001 From: arnaudbore Date: Thu, 11 Apr 2024 15:17:34 -0400 Subject: [PATCH] remove scripts from tests --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 6983f0058f..0bc1d35c0a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -37,4 +37,4 @@ addopts = --cov --cov-report html --cov-report xml - --ignore=scripts/legacy/ \ No newline at end of file + --ignore=scripts/ \ No newline at end of file