From 921b54302ba1148a7073c1d151fd1386a536c239 Mon Sep 17 00:00:00 2001 From: Matthew Henderson Date: Thu, 21 Mar 2024 08:13:30 +0000 Subject: [PATCH] Add . to pythonpath. --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index da6e85a..3cc1941 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,3 +18,8 @@ networkx = "^3.2.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.pytest.ini_options] +pythonpath = [ + "." +]