We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14a8d6 commit 6325febCopy full SHA for 6325feb
Lib/test/test_readline.py
@@ -3,14 +3,12 @@
3
"""
4
import locale
5
import os
6
-import subprocess
7
import sys
8
import tempfile
9
import textwrap
10
import threading
11
import unittest
12
from test import support
13
-from test.support import requires_subprocess
14
from test.support import threading_helper
15
from test.support import verbose
16
from test.support.import_helper import import_module
@@ -407,7 +405,6 @@ def test_write_read_limited_history(self):
407
405
# So, we've only tested that the read did not fail.
408
406
# See TestHistoryManipulation for the full test.
409
410
- @requires_subprocess()
411
def test_environment_is_not_modified(self):
412
original_env = dict(os.environ)
413
os.reload_environ()
0 commit comments