Skip to content

Commit 5054880

Browse files
committed
Merge branch 'master' into 3.0.0
2 parents ef6ba80 + 378208c commit 5054880

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
@@ -6,6 +6,10 @@
66
See [custom_parser.py](https://github.com/python-cmd2/cmd2/blob/master/examples/custom_parser.py)
77
example for more details.
88

9+
# 2.5.2 (November 3, 2024)
10+
* Bug Fixes
11+
* Fixed default `pytest` execution when not using cmd2's custom `invoke` command via `inv pytest`
12+
913
# 2.5.1 (November 2, 2024)
1014
* Bug Fixes
1115
* 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)