Update testing/test_pytester.py

Co-Authored-By: Ran Benita <ran@unusedvar.com>
This commit is contained in:
Daniel Hahler 2020-04-08 18:16:03 +02:00 committed by GitHub
parent fc645412aa
commit e6da086101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ def test_popen_default_stdin_stderr_and_stdin_None(testdir) -> None:
# stdin can be None to not close the pipe, avoiding
# "ValueError: flush of closed file" with `communicate()`.
#
# Wraps the test to not make it hang when run with "-s".
# Wraps the test to make it not hang when run with "-s".
p1 = testdir.makepyfile(
'''
import sys