We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964edb1 commit 152b7e2Copy full SHA for 152b7e2
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=False)
+ text=True)
21
22
23
def test_pytest(cookies):
0 commit comments