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