We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e422692 commit e84f6b8Copy full SHA for e84f6b8
1 file changed
pyproject.toml
@@ -41,3 +41,9 @@ version-file = "src/ezmsg/learn/__version__.py"
41
42
[tool.hatch.build.targets.wheel]
43
packages = ["src/ezmsg"]
44
+
45
+[tool.pytest.ini_options]
46
+pythonpath = [
47
+ "src",
48
+ ".",
49
+]
0 commit comments