Skip to content

Commit 559983d

Browse files
committed
Remove test dependency on argcomplete
1 parent 05c4bb0 commit 559983d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
# Python 3.4 and earlier require contextlib2 for temporarily redirecting stderr and stdout
7676
":python_version<'3.5'": ['contextlib2', 'typing'],
7777
# Extra dependencies for running unit tests
78-
'test': ["argcomplete ; sys_platform!='win32'", # include argcomplete tests where available
79-
"gnureadline; sys_platform=='darwin'", # include gnureadline on macOS to ensure it is available in tox env
78+
'test': ["gnureadline; sys_platform=='darwin'", # include gnureadline on macOS to ensure it is available in tox env
8079
"mock ; python_version<'3.6'", # for python 3.5 and earlier we need the third party mock module
8180
'codecov', 'pytest', 'pytest-cov', 'pytest-mock'],
8281
# development only dependencies: install with 'pip install -e .[dev]'

0 commit comments

Comments
 (0)