From c144f2705ea4f8fdd8dc04c7ed81807da952005a Mon Sep 17 00:00:00 2001 From: Cap Date: Fri, 26 Dec 2025 14:02:07 +0100 Subject: [PATCH] Test new pytest config --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd0399e..76ec213 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,9 @@ Repository = "https://github.com/mobility-team/mobility" Issues = "https://github.com/mobility-team/mobility/issues" Changelog = "https://github.com/mobility-team/mobility/releases" +[pytest] +pythonpath = ["mobility"] + [tool.setuptools.package-data] mobility = [ "data/gtfs/gtfs_route_types.csv", @@ -78,4 +81,4 @@ mobility = [ [tool.setuptools.packages.find] where = ["."] include = ["mobility*"] -exclude = ["certs", "certs.*"] \ No newline at end of file +exclude = ["certs", "certs.*"]