From 02836368fb0feb42c9a01b6e918d4f770fa97918 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 28 Dec 2023 11:07:41 +0100 Subject: [PATCH] add default --dist loadscope arg to pytest options --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c446419e2..1d8d9420d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,6 +80,7 @@ skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*", "**/user_data/*" [tool.pytest.ini_options] asyncio_mode = "auto" +addopts = "--dist loadscope" [tool.mypy] ignore_missing_imports = true