From 270f5a36496bf435924a9640352617e9c3064c61 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 3 Feb 2024 11:29:02 -0600 Subject: [PATCH] pyproject(pytest): Avoid locals, as they mask traceback and debug printing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c8e021c..7aaeb03b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,7 +172,7 @@ convention = "numpy" "*/__init__.py" = ["F401"] [tool.pytest.ini_options] -addopts = "--tb=short --no-header --showlocals --doctest-docutils-modules --reruns 2 -p no:doctest" +addopts = "--tb=short --no-header --doctest-docutils-modules --reruns 2 -p no:doctest" doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE" testpaths = [ "src/unihan_etl",