From 5f338bf0e3c1d89099a26a14faf877d36cd41ed3 Mon Sep 17 00:00:00 2001 From: HomieOmie <93492271+HomieOmie@users.noreply.github.com> Date: Sat, 6 May 2023 20:30:06 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cef7355fa..a4139a5c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python_classes = ["Test", "Acceptance"] python_functions = ["test"] # NOTE: "doc" is not included here, but gets tested explicitly via "doctesting". testpaths = ["testing"] -norecursedirs = ["testing"] +norecursedirs = ["testing/example_scripts"] xfail_strict = true filterwarnings = [ "error",