From 1c9b34b90aad9a1228dfdbfb76f4a02e1cdecdc6 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Tue, 14 May 2024 15:41:24 -0700 Subject: [PATCH] don't recurse klayout folders --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6fa738..a56d1fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,9 +50,9 @@ strict = true [tool.pytest.ini_options] # addopts = --tb=no addopts = '--tb=short' -norecursedirs = ["extra/*.py"] +norecursedirs = ["extra/*.py", 'gf180/cells/klayout/*.py'] python_files = ["gf180/*.py", "notebooks/*.ipynb", "tests/*.py"] -testpaths = ["gf180/", "tests"] +testpaths = ["tests"] [tool.ruff] fix = true