mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
reworking test strucutre reworked pytest.ini, removed functional imports, updated req_dev remove unneeded __init__ files add testing checker to local_settings examples adding testing packages to system Python for docker
To find packages missing from requirements.txt run the below command and look for packages after the example listed below. `PYTHONPATH=awx/lib/site-packages/ pip freeze -r requirements/requirements.txt` ``` ... ## The following requirements were added by pip freeze: functools32==3.2.3.post2 ... ```