Skip to content

Commit

Permalink
universal_newlines=True
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 20, 2024
1 parent c811489 commit 48dddf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/tests/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_python2(self):
[shutil.which("python2.7"), SETUP_PY],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True,
universal_newlines=True,
)
stdout, stderr = p.communicate()
assert p.wait() == 1
Expand Down

0 comments on commit 48dddf0

Please sign in to comment.