From e6da086101009b51e79fa22c92d9ccdd45604f8e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 8 Apr 2020 18:16:03 +0200 Subject: [PATCH] Update testing/test_pytester.py Co-Authored-By: Ran Benita --- testing/test_pytester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_pytester.py b/testing/test_pytester.py index b6b1a0b5c..fa0cfce97 100644 --- a/testing/test_pytester.py +++ b/testing/test_pytester.py @@ -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