Skip to content

Commit 07db3a6

Browse files
authored
Merge pull request #1740 from dbcli/RW/tox-dotfile-cleanup
Clean up dotfile created by test runs
2 parents 289fbdd + 3230b26 commit 07db3a6

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)