Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 72114a6

Browse files
committed
fix(tests): point source at python dir
1 parent 5776cbe commit 72114a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,5 @@ use_gitignore = true
5555

5656
[tool.pytest.ini_options]
5757
DJANGO_SETTINGS_MODULE = "tests.pytest.pems_web.settings"
58-
59-
[tool.setuptools_scm]
60-
# intentionally left blank, but we need the section header to activate the tool
58+
# Explicitly add src directories to pytest's python path.
59+
pythonpath = ["pems_web/src"]

0 commit comments

Comments
 (0)