Skip to content

Commit 3230b26

Browse files
committed
clean up dotfile created by test runs
Running the full test suite via tox seems to create a .myclirc file in the repo root, which can cause trouble later, including failures in subsequent test runs. Add a tox cleanup step to remove the dotfile.
1 parent 289fbdd commit 3230b26

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Bug Fixes
1515
Internal
1616
---------
1717
* Collect CLI arguments into a dataclass.
18-
18+
* Clean up generate files after test runs.
1919

2020

2121
1.66.0 (2026/03/21)

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ commands = uv pip install -e .[dev,ssh,llm]
1313
coverage run -m pytest -v test
1414
coverage report -m
1515
behave test/features
16+
commands_post = rm -f -- ./.myclirc
17+
allowlist_externals = rm
1618

1719
[testenv:style]
1820
skip_install = true

0 commit comments

Comments
 (0)