d651bda123
* Initial move of `test/runner/` content. `test/runner/lib/` -> `test/lib/ansible_test/_internal/` `test/runner/` -> `test/lib/ansible_test/_internal/data/` * Initial move of `test/sanity/` content. `test/sanity/` -> `test/lib/ansible_test/_internal/data/sanity/` (except `test/sanity/ignore.txt`) * Initial move of `test/units/pytest/` content. `test/units/pytest/` -> `test/lib/ansible_test/_internal/data/pytest/` * Follow-up move of `test/runner/unit/` content. `test/lib/ansible_test/_internal/data/unit/` -> `test/lib/ansible_test/tests/unit/` * Initial move of `ansible.cfg` content. `test/units/ansible.cfg` -> `test/lib/ansible_test/_internal/data/units/ansible.cfg` `test/env/ansible.cfg` -> `test/lib/ansible_test/_internal/data/env/ansible.cfg` * Follow-up move of `data` directory. `test/lib/ansible_test/_internal/data/` -> `test/lib/ansible_test/_data/` * Update import statements. * Add missing __init__.py for unit tests. * Fix path references and miscellaneous issues.
14 lines
631 B
Text
14 lines
631 B
Text
cryptography
|
|
jinja2
|
|
mock
|
|
packaging # needed for update-bundled and changelog
|
|
pycodestyle
|
|
pylint ; python_version >= '3.5' # pylint 2.0.0 and later require python 3+
|
|
pytest
|
|
rstcheck ; python_version >= '2.7' # rstcheck requires python 2.7+
|
|
sphinx ; python_version >= '3.5' # docs build requires python 3+
|
|
sphinx-notfound-page ; python_version >= '3.5' # docs build requires python 3+
|
|
straight.plugin ; python_version >= '3.5' # needed for hacking/build-ansible.py which will host changelog generation and requires python 3+
|
|
virtualenv
|
|
voluptuous ; python_version >= '2.7' # voluptuous 0.11.0 and later require python 2.7+
|
|
yamllint
|