mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
fix dev container pip init process
This commit is contained in:
parent
0a6df40066
commit
01d323fd06
2
Makefile
2
Makefile
@ -284,7 +284,7 @@ requirements_jenkins:
|
|||||||
|
|
||||||
requirements: virtualenv requirements_ansible requirements_tower
|
requirements: virtualenv requirements_ansible requirements_tower
|
||||||
|
|
||||||
requirements_dev: virtualenv requirements_ansible requirements_tower_dev
|
requirements_dev: requirements requirements_tower_dev
|
||||||
|
|
||||||
# "Install" ansible-tower package in development mode.
|
# "Install" ansible-tower package in development mode.
|
||||||
develop:
|
develop:
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
-r requirements.txt
|
|
||||||
django-debug-toolbar==1.4
|
django-debug-toolbar==1.4
|
||||||
unittest2
|
unittest2
|
||||||
pep8
|
pep8
|
||||||
@ -9,4 +8,3 @@ pytest-cov
|
|||||||
pytest-django
|
pytest-django
|
||||||
pytest-pythonpath
|
pytest-pythonpath
|
||||||
pytest-mock
|
pytest-mock
|
||||||
django-split-settings
|
|
||||||
|
|||||||
@ -14,8 +14,8 @@
|
|||||||
# W391 - Blank line at end of file
|
# W391 - Blank line at end of file
|
||||||
# W293 - Blank line contains whitespace
|
# W293 - Blank line contains whitespace
|
||||||
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293
|
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293
|
||||||
exclude=.tox,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins/inventory/gce.py,awx/plugins/inventory/vmware.py,awx/plugins/inventory/windows_azure.py,awx/plugins/inventory/openstack.py,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data
|
exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins/inventory/gce.py,awx/plugins/inventory/vmware.py,awx/plugins/inventory/windows_azure.py,awx/plugins/inventory/openstack.py,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293,E731
|
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293,E731
|
||||||
exclude=.tox,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_settings.py
|
exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_settings.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user