Skip to content

Commit c1aea6e

Browse files
committed
Removed testpaths from pytest config.
1 parent faff725 commit c1aea6e

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
@@ -49,4 +49,4 @@ exclude = ["tests", "docs", ".github", "requirements.txt", ".gitignore"]
4949
[tool.pytest.ini_options]
5050
minversion = "6.0"
5151
addopts = "--cov=src/pyluach"
52-
testpaths = ["tests",]
52+
# testpaths = ["tests",]

0 commit comments

Comments
 (0)