Skip to content

Commit 378208c

Browse files
authored
Remove tests_isolated from default tests run with pytest (#1362)
* 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. * Updated CHANGELOG in preparation for a new release While this bug won't impact cmd2 development itself, it will create chaos for consumers such as Linux distros trying to execute cmd2 tests when packaging it.
1 parent 0b4e8b0 commit 378208c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.5.2 (November 3, 2024)
2+
* Bug Fixes
3+
* Fixed default `pytest` execution when not using cmd2's custom `invoke` command via `inv pytest`
4+
15
# 2.5.1 (November 2, 2024)
26
* Bug Fixes
37
* Fixed readline bug when using `ipy` command with `gnureadline` and Python 3.13

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)