From 637cc5f42928655e4c02f74679c91ff88dd2c034 Mon Sep 17 00:00:00 2001 From: A5rocks Date: Sun, 24 Nov 2024 15:50:50 +0900 Subject: [PATCH] Update import mode because it worked locally --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d57d2b2d..58d58f369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -189,7 +189,7 @@ reportUnnecessaryTypeIgnoreComment = true typeCheckingMode = "strict" [tool.pytest.ini_options] -addopts = ["--strict-markers", "--strict-config", "-p _trio_check_attrs_aliases", "-p trio._tests.pytest_plugin"] +addopts = ["--strict-markers", "--strict-config", "-p _trio_check_attrs_aliases", "-p trio._tests.pytest_plugin", "--import-mode=importlib"] faulthandler_timeout = 60 filterwarnings = [ "error",