From d9d0e29f94124d80408db3c47797321f0bdf2a58 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Tue, 18 Jun 2024 11:24:12 +0200 Subject: [PATCH] Fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98611a06..6e662229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ include = '\.pyi?$' [tool.pytest.ini_options] addopts = "-ra -v --doctest-modules" minversion = "6.0" -doctest_optionflads = "NORMALIZE_WHITESPACE ELLIPSIS NUMBER" +doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS NUMBER" testpaths = "esmf_regrid" [tool.setuptools]