From 1f77f9b126087fd6814286c768bdfa9382308ae3 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Mon, 5 Aug 2024 11:11:25 -0400 Subject: [PATCH] ci: remove pytest init pythonpath in attempt to get pytest to find renee.src.renee on GHA --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 244be44..953aaec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,8 +66,3 @@ renee = "." [tool.setuptools.dynamic] version = {file = "VERSION"} readme = {file = "README.md"} - -[tool.pytest.ini_options] -pythonpath = [ - "src" -]