Final updates to pyproject.toml

This commit is contained in:
HomieOmie 2023-05-06 19:14:46 -04:00
commit ace7697cc4
1 changed files with 1 additions and 1 deletions

View File

@ -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/example_scripts"]
norecursedirs = ["testing"]
xfail_strict = true
filterwarnings = [
"error",