Skip to content

Commit 28e72a7

Browse files
committed
fix: fix infinite loops
1 parent 25e040e commit 28e72a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ add-ignore = ["D401"]
8686

8787
[tool.pytest.ini_options]
8888
pythonpath = ["src"]
89-
addopts = "--cov=ssspx --cov-branch --cov-report=term-missing -m 'not integration and not regression and not stress' --doctest-glob='*.md'"
90-
testpaths = ["tests", "README.md"]
89+
addopts = "--cov=ssspx --cov-branch --cov-report=term-missing -m 'not integration and not regression and not stress'"
90+
testpaths = ["tests"] # Remove "README.md" from here
9191
markers = [
9292
"integration: mark integration tests",
93-
"regression: mark regression snapshot tests",
93+
"regression: mark regression snapshot tests",
9494
"stress: mark stress tests",
9595
]
9696

0 commit comments

Comments
 (0)