Skip to content

Commit 9912217

Browse files
committed
Fixed pytest test paths in project config
1 parent 2188e67 commit 9912217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ version-file = "src/geocompy/_version.py"
4040

4141
[tool.pytest.ini_options]
4242
addopts = ["-ra", "-v"]
43-
testpaths = ["tests", "src", "examples"]
43+
testpaths = ["tests"]
4444
required_plugins = "pytest-mock"

0 commit comments

Comments
 (0)