Skip to content

Commit

Permalink
Unset UV_TOOL_BIN_DIR in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 17, 2025
1 parent 0683de6 commit 3761ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/uv/tests/it/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ impl TestContext {
.env(EnvVars::UV_TEST_PYTHON_PATH, self.python_path())
.env(EnvVars::UV_EXCLUDE_NEWER, EXCLUDE_NEWER)
.env_remove(EnvVars::UV_CACHE_DIR)
.env_remove(EnvVars::UV_TOOL_BIN_DIR)
.current_dir(self.temp_dir.path());

if activate_venv {
Expand Down

0 comments on commit 3761ab4

Please sign in to comment.