Skip to content

Fix Windows NamedTemporaryFile locking in tests#680

Open
bhaveshbanshiwal wants to merge 1 commit into
ollama:mainfrom
bhaveshbanshiwal:fix-issue-676
Open

Fix Windows NamedTemporaryFile locking in tests#680
bhaveshbanshiwal wants to merge 1 commit into
ollama:mainfrom
bhaveshbanshiwal:fix-issue-676

Conversation

@bhaveshbanshiwal

Copy link
Copy Markdown

Fixes #676 by adding delete=False to NamedTemporaryFile() calls in tests to prevent Windows PermissionError locking issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests fail on Windows due to NamedTemporaryFile locking behavior

1 participant