From 56d961a0d4aab841998d9d29ae5ac4f56ae23586 Mon Sep 17 00:00:00 2001 From: Jo <10510431+j178@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:35:33 +0800 Subject: [PATCH] Ignore `target` when running `pytest` in rye (#893) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 60f608ce28..c136f82907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,3 +24,6 @@ serve-docs = "mkdocs serve" [tool.rye.workspace] members = ["rye-devtools"] + +[tool.pytest.ini_options] +addopts = "--ignore target"