Skip to content

Commit

Permalink
Black reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsayellow committed Nov 3, 2019
1 parent 7ee8215 commit e51841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def pipx_temp_env(tmp_path, monkeypatch):
monkeypatch.setattr(constants, "PIPX_HOME", home_dir)
monkeypatch.setattr(constants, "LOCAL_BIN_DIR", bin_dir)
monkeypatch.setattr(constants, "PIPX_LOCAL_VENVS", home_dir / "venvs")

# add /usr/bin so a compiled package can find gcc
env_path = [Path("/usr/bin"), bin_dir]
monkeypatch.setenv("PATH", os.pathsep.join([str(x) for x in env_path]))

0 comments on commit e51841b

Please sign in to comment.