-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uv/tests: filter out link mode warning in one test
In the `lock_redact_https` test specifically, it prompts a link mode warning from `uv` on my system. Debugging seems to suggest it is provoked by attempting to hardlink between `/tmp` and `~/.local`. Since these are on different file systems for me (with `/tmp` being a ramdisk), it provokes the warning, and this turn spoils the snapshot when running tests locally. This PR adds a test specific filter rule to fix this.
- Loading branch information
1 parent
e7c9a9c
commit 5b643ce
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters