Skip to content

Commit 6325feb

Browse files
committed
test: require subprocess dependency
1 parent f14a8d6 commit 6325feb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_readline.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
"""
44
import locale
55
import os
6-
import subprocess
76
import sys
87
import tempfile
98
import textwrap
109
import threading
1110
import unittest
1211
from test import support
13-
from test.support import requires_subprocess
1412
from test.support import threading_helper
1513
from test.support import verbose
1614
from test.support.import_helper import import_module
@@ -407,7 +405,6 @@ def test_write_read_limited_history(self):
407405
# So, we've only tested that the read did not fail.
408406
# See TestHistoryManipulation for the full test.
409407

410-
@requires_subprocess()
411408
def test_environment_is_not_modified(self):
412409
original_env = dict(os.environ)
413410
os.reload_environ()

0 commit comments

Comments
 (0)