You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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:
HATCH_PYTHON="$(which python3.10)" make clean dev
n
directory.make test
n
directory has now been created.Operating System
macOS
Version
latest via Databricks CLI
The text was updated successfully, but these errors were encountered: