summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-02-23 19:24:45 -0800
committerDavid Lord <davidism@gmail.com>2020-02-23 19:24:45 -0800
commitc6ef735953c7263e0e1737a1a165f879030998e5 (patch)
treef569e4f3cd3fa4055678f59cbe4ffe6bca7b6969 /tests
parent289913bb608994558ac9132a9f2eefb6bc2c8b7d (diff)
parent37d897069f58f7f2a016c14b0620c6d387430b4b (diff)
downloadclick-c6ef735953c7263e0e1737a1a165f879030998e5.tar.gz
Merge branch '7.x'
Diffstat (limited to 'tests')
-rw-r--r--tests/test_imports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_imports.py b/tests/test_imports.py
index 8e9a97d..268c606 100644
--- a/tests/test_imports.py
+++ b/tests/test_imports.py
@@ -32,7 +32,7 @@ click.echo(json.dumps(rv))
ALLOWED_IMPORTS = set([
'weakref', 'os', 'struct', 'collections', 'sys', 'contextlib',
'functools', 'stat', 're', 'codecs', 'inspect', 'itertools', 'io',
- 'threading', 'colorama', 'errno', 'fcntl', 'datetime'
+ 'threading', 'colorama', 'errno', 'fcntl', 'datetime', 'pipes', 'shlex'
])
if WIN: