Clean up dotfile created by test runs#1740
Conversation
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.
No security-specific issues found in this PR. |
Description
Running the full test suite via tox seems to create a
.myclircfile in the repo root, which can cause trouble later, including failures in subsequent test runs. Add a tox cleanup step to remove the dotfile.It's not clear where or how this file gets created, but it is easy enough to unconditionally delete it.
The feature of reading from a
.myclircfile in the current working directory is also questionable! Perhaps a warning should always be shown.Checklist
changelog.mdfile.AUTHORSfile (or it's already there).