mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Update astroid package to get Jenkins to pass unit tests.
This commit is contained in:
parent
5768f544ec
commit
ee9d24002a
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ pep8.txt
|
||||
.vagrant*
|
||||
.tox
|
||||
nohup.out
|
||||
reports
|
||||
|
||||
BIN
requirements/astroid-5ed6266.tar.gz
Normal file
BIN
requirements/astroid-5ed6266.tar.gz
Normal file
Binary file not shown.
@ -26,6 +26,7 @@ Django>=1.4
|
||||
django-debug-toolbar
|
||||
django-devserver
|
||||
unittest2
|
||||
-e hg+https://bitbucket.org/logilab/astroid/@5ed6266#egg=astroid
|
||||
django-jenkins
|
||||
ipython
|
||||
|
||||
|
||||
@ -73,9 +73,9 @@ django-debug-toolbar-0.9.4.tar.gz
|
||||
django-devserver-0.6.2.tar.gz
|
||||
# Needed for Python2.6 support:
|
||||
unittest2-0.5.1.tar.gz
|
||||
# Needed by pylint:
|
||||
# Needed by pylint (use tip of astroid instead of 1.0.0):
|
||||
logilab-common-0.60.0.tar.gz
|
||||
astroid-1.0.0.tar.gz
|
||||
-U astroid-5ed6266.tar.gz
|
||||
# Needed by django-jenkins:
|
||||
coverage-3.6.tar.gz
|
||||
pylint-1.0.0.tar.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user