Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2025
commit d004843873a1eaf274622b9dd027b7de87f33e16
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def netrc_home_directory(monkeypatch: pytest.MonkeyPatch, tmp_path: Path) -> Pat
netrc_file = home_dir / netrc_filename
netrc_file.write_text("default login netrc_user password netrc_pass\n")

monkeypatch.setenv('HOME', str(home_dir))
monkeypatch.setenv("HOME", str(home_dir))
# Ensure NETRC env var is not set
monkeypatch.delenv("NETRC", raising=False)

Expand Down
Loading