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.
48 lines
882 B
Text
48 lines
882 B
Text
boto3
|
|
placebo
|
|
cryptography
|
|
pycrypto
|
|
jinja2
|
|
mock
|
|
passlib
|
|
pypsrp
|
|
pytest
|
|
pytest-mock
|
|
pytest-xdist
|
|
python-memcached
|
|
pyvmomi
|
|
pyyaml
|
|
redis
|
|
requests
|
|
setuptools > 0.6 # pytest-xdist installed via requirements does not work with very old setuptools (sanity_ok)
|
|
unittest2 ; python_version < '2.7'
|
|
importlib ; python_version < '2.7'
|
|
netaddr
|
|
ipaddress
|
|
netapp-lib
|
|
solidfire-sdk-python
|
|
|
|
# requirements for F5 specific modules
|
|
f5-sdk ; python_version >= '2.7'
|
|
f5-icontrol-rest ; python_version >= '2.7'
|
|
deepdiff
|
|
|
|
# requirement for Fortinet specific modules
|
|
pyFMG
|
|
|
|
# requirement for aci_rest module
|
|
xmljson
|
|
|
|
# requirement for winrm connection plugin tests
|
|
pexpect
|
|
|
|
# requirement for the linode module
|
|
linode-python # APIv3
|
|
linode_api4 ; python_version > '2.6' # APIv4
|
|
|
|
# requirement for the gitlab module
|
|
python-gitlab
|
|
httmock
|
|
|
|
# requirment for kubevirt modules
|
|
openshift ; python_version >= '2.7'
|