From c0e733185fe4122ce6f5a3b5ae016e49a71ff7f2 Mon Sep 17 00:00:00 2001 From: jessicaw9910 Date: Tue, 20 Feb 2024 18:27:13 -0500 Subject: [PATCH] added [tool.pytest.ini_options] pythonpath = [src] --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 81843cf..1c8b273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,9 @@ flake8 = "^7.0.0" pytest = "^8.0.1" pytest-runner = "^6.0.1" +[tool.pytest.ini_options] +pythonpath = ["src"] + [tool.poetry-dynamic-versioning] enable = true vcs = "git"