From f853a6abc9c1b84f28a916b94a51f3c41d184959 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 20 Nov 2023 17:26:43 -0600 Subject: [PATCH] Use nolegacypath plugin --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e2a17df696..11dfe98cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,6 +175,7 @@ addopts = [ "--strict-config", "--doctest-modules", "--doctest-glob='*.rst'", + "-p no:legacypath", ] log_cli_level = "info" testpaths = "tests"