We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc1dcb commit e06a2deCopy full SHA for e06a2de
2 files changed
CHANGELOG.md
tests/client/test_stdio.py
@@ -27,8 +27,6 @@
27
tee: str = shutil.which("tee") # type: ignore
28
python: str = shutil.which("python") # type: ignore
29
30
-tee: str = shutil.which("tee") # type: ignore
31
-
32
33
@pytest.mark.anyio
34
@pytest.mark.skipif(tee is None, reason="could not find tee command")
0 commit comments