Skip to content

Commit 084fd4a

Browse files
committed
Remove tests_isolated from default tests run with pytest
This is to prevent pytest from running tests together which need to be isolated. In the future we should try to fix these tests so they don't need to be run isolated from others.
1 parent 0b4e8b0 commit 084fd4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ warn_unused_ignores = false
5353
[tool.pytest.ini_options]
5454
testpaths = [
5555
"tests",
56-
"tests_isolated",
5756
]
5857
addopts = [
5958
"--cov=cmd2",

0 commit comments

Comments
 (0)