mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
fixes jenkins failures
* include requirements.txt in requirements_jenkins.txt * include requirements.txt in requirements_dev.txt * alter Makefile to NOT call the requirements rule in the requirements_* rules. Again, this is now handled by the -r requirements.txt in the respective _*.txt file. * install jenkins requirements "globally" (in the virtualenv)
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
-r requirements.txt
|
||||
django-devserver
|
||||
django-debug-toolbar
|
||||
django-debug-toolbar
|
||||
unittest2
|
||||
pep8
|
||||
flake8
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-r requirements.txt
|
||||
ansible
|
||||
django-jenkins
|
||||
coverage
|
||||
|
||||
Reference in New Issue
Block a user