Skip to content

Commit

Permalink
Drop UTF-8 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
privet-kitty committed Oct 21, 2023
1 parent 264e91c commit 3d6e229
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/poetry/utils/env/base_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ def run_python_script(self, content: str, **kwargs: Any) -> str:
"-I",
"-W",
"ignore",
"-X",
"utf8",
"-",
input_=content,
stderr=subprocess.PIPE,
Expand Down

0 comments on commit 3d6e229

Please sign in to comment.