From 7e0a9b54d3577a3be03e67f7e14a3c0fc088809f Mon Sep 17 00:00:00 2001 From: Elton Cardoso do Nascimento <43186596+EltonCN@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:12:37 -0300 Subject: [PATCH] Ignore dev folder in tests --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index da0d4c7..11ae325 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --ignore=examples --ignore=docs --doctest-modules --ignore=generate_citation.py \ No newline at end of file +addopts = --ignore=examples --ignore=docs --doctest-modules --ignore=generate_citation.py --ignore=dev \ No newline at end of file