Skip to content

Commit e84f6b8

Browse files
committed
Add '.' to pythonpath when running pytest so the tests can find local test models.
1 parent e422692 commit e84f6b8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ version-file = "src/ezmsg/learn/__version__.py"
4141

4242
[tool.hatch.build.targets.wheel]
4343
packages = ["src/ezmsg"]
44+
45+
[tool.pytest.ini_options]
46+
pythonpath = [
47+
"src",
48+
".",
49+
]

0 commit comments

Comments
 (0)