mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Update astroid package to get Jenkins to pass unit tests.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,3 +21,4 @@ pep8.txt
|
|||||||
.vagrant*
|
.vagrant*
|
||||||
.tox
|
.tox
|
||||||
nohup.out
|
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-debug-toolbar
|
||||||
django-devserver
|
django-devserver
|
||||||
unittest2
|
unittest2
|
||||||
|
-e hg+https://bitbucket.org/logilab/astroid/@5ed6266#egg=astroid
|
||||||
django-jenkins
|
django-jenkins
|
||||||
ipython
|
ipython
|
||||||
|
|
||||||
|
|||||||
@@ -73,9 +73,9 @@ django-debug-toolbar-0.9.4.tar.gz
|
|||||||
django-devserver-0.6.2.tar.gz
|
django-devserver-0.6.2.tar.gz
|
||||||
# Needed for Python2.6 support:
|
# Needed for Python2.6 support:
|
||||||
unittest2-0.5.1.tar.gz
|
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
|
logilab-common-0.60.0.tar.gz
|
||||||
astroid-1.0.0.tar.gz
|
-U astroid-5ed6266.tar.gz
|
||||||
# Needed by django-jenkins:
|
# Needed by django-jenkins:
|
||||||
coverage-3.6.tar.gz
|
coverage-3.6.tar.gz
|
||||||
pylint-1.0.0.tar.gz
|
pylint-1.0.0.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user