diff options
| author | David Lord <davidism@gmail.com> | 2020-02-23 19:24:45 -0800 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2020-02-23 19:24:45 -0800 |
| commit | c6ef735953c7263e0e1737a1a165f879030998e5 (patch) | |
| tree | f569e4f3cd3fa4055678f59cbe4ffe6bca7b6969 /tests | |
| parent | 289913bb608994558ac9132a9f2eefb6bc2c8b7d (diff) | |
| parent | 37d897069f58f7f2a016c14b0620c6d387430b4b (diff) | |
| download | click-c6ef735953c7263e0e1737a1a165f879030998e5.tar.gz | |
Merge branch '7.x'
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_imports.py | 2 |
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: |
