We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce276a6 + 4306846 commit 77db59bCopy full SHA for 77db59b
1 file changed
tests/test_project.py
@@ -17,7 +17,7 @@ def run(command: str, dirpath: os.PathLike) -> subprocess.CompletedProcess:
17
stdout=subprocess.PIPE,
18
stderr=subprocess.PIPE,
19
cwd=dirpath,
20
- text=True)
+ encoding="utf-8")
21
22
23
def test_pytest(cookies):
0 commit comments