From 533be1461fd5176532b6e75be139fb458919e387 Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Thu, 27 Jun 2024 11:26:20 +0000 Subject: [PATCH] Add pythonpath for testing --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 749a2c864..5d829ae14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,3 +4,8 @@ requires = [ "wheel" ] build-backend = "setuptools.build_meta" + +[tool.pytest.ini_options] +pythonpath = [ + ".", "src", +] \ No newline at end of file -- GitLab