We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce276a6 commit 88f5659Copy full SHA for 88f5659
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