Description
Is there an existing issue for this?
- I have searched the existing issues
Category of Bug / Issue
Other
Current Behavior
Running the project tests results in a spurious n
directory being created in the project root, with a temporary directory structure inside it. (This issue might be limited to macOS.)
Expected Behavior
Running tests shouldn't modify anything within the source project structure; any temporary directories/files should take place within the system-specific temporary directory. (And be cleaned up automatically after tests run.)
Steps To Reproduce
On a mac:
- Create a clean development environment:
HATCH_PYTHON="$(which python3.10)" make clean dev
- Verify that there is no
n
directory. - Run the project tests:
make test
- Observe that an
n
directory has now been created.
Operating System
macOS
Version
latest via Databricks CLI