summaryrefslogtreecommitdiff
path: root/testing/test_pytester.py
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2020-04-08 18:16:03 +0200
committerGitHub <noreply@github.com>2020-04-08 18:16:03 +0200
commite6da086101009b51e79fa22c92d9ccdd45604f8e (patch)
tree727659e6f457066c54154c0267c494016423aa0e /testing/test_pytester.py
parentfc645412aa0169c8846010770e7cc4e5a32ef670 (diff)
downloadpytest-e6da086101009b51e79fa22c92d9ccdd45604f8e.tar.gz
Update testing/test_pytester.py
Co-Authored-By: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'testing/test_pytester.py')
-rw-r--r--testing/test_pytester.py2
1 files changed, 1 insertions, 1 deletions
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