From 8045cf4e651f73fc7bfa1ea7c8c4fc3da71a3588 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 25 Oct 2023 15:00:34 -0700 Subject: [PATCH] pytest: Configure pythonpath. Signed-off-by: Anders Kaseorg --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a41a980b..90f80c01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,3 +12,10 @@ src_paths = [ ] profile = "black" line_length = 100 + +[tool.pytest.ini_options] +pythonpath = [ + "zulip", + "zulip_bots", + "zulip_botserver", +]