Update ansible-test sanity requirements.
Skip installation of packages on Python 2.x which are only used on 3.x.
This commit is contained in:
parent
7ee5835821
commit
52ad0f3217
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ pycodestyle
|
||||||
pylint ; python_version >= '3.5' # pylint 2.0.0 and later require python 3+
|
pylint ; python_version >= '3.5' # pylint 2.0.0 and later require python 3+
|
||||||
pytest
|
pytest
|
||||||
rstcheck ; python_version >= '2.7' # rstcheck requires python 2.7+
|
rstcheck ; python_version >= '2.7' # rstcheck requires python 2.7+
|
||||||
sphinx
|
sphinx ; python_version >= '3.5' # docs build requires python 3+
|
||||||
sphinx-notfound-page
|
sphinx-notfound-page ; python_version >= '3.5' # docs build requires python 3+
|
||||||
straight.plugin # needed for hacking/build-ansible.py which will host changelog generation
|
straight.plugin ; python_version >= '3.5' # needed for hacking/build-ansible.py which will host changelog generation and requires python 3+
|
||||||
virtualenv
|
virtualenv
|
||||||
voluptuous ; python_version >= '2.7' # voluptuous 0.11.0 and later require python 2.7+
|
voluptuous ; python_version >= '2.7' # voluptuous 0.11.0 and later require python 2.7+
|
||||||
yamllint
|
yamllint
|
||||||
|
|
Loading…
Reference in a new issue