Skip to content

Commit 2e5bc81

Browse files
committed
Removed extras
Extras were removed during the tox branch changes, but somehow the updates didn't make it into the current HEAD of master. These are being removed for the current time, since tox now handles lint and test dependencies. Docs is being left alone, because someone may still wish to build the docs and see them locally
1 parent 9e9612f commit 2e5bc81

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

setup.py

-10
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@
3939
]
4040
},
4141
extras_require={
42-
'lint': [
43-
'flake8',
44-
'ansible-lint',
45-
'yamllint'
46-
],
47-
'test': [
48-
'docker-py',
49-
'pytest-cov',
50-
'codecov'
51-
],
5242
'docs': [
5343
'sphinx_rtd_theme',
5444
'sphinx'

0 commit comments

Comments
 (0)