Skip to content

Commit

Permalink
pytest: Configure pythonpath.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Oct 25, 2023
1 parent 183bb93 commit 8045cf4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ src_paths = [
]
profile = "black"
line_length = 100

[tool.pytest.ini_options]
pythonpath = [
"zulip",
"zulip_bots",
"zulip_botserver",
]

0 comments on commit 8045cf4

Please sign in to comment.