mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Remove readline from dev requirements for Jenkins unit tests to pass (hopefully).
This commit is contained in:
@@ -24,10 +24,10 @@ django-debug-toolbar
|
|||||||
django-devserver
|
django-devserver
|
||||||
django-jenkins
|
django-jenkins
|
||||||
ipython
|
ipython
|
||||||
readline
|
|
||||||
|
|
||||||
# You may also need to install the following extra packages using the OS
|
# You may also need to install the following extra packages using the OS
|
||||||
# package manager, or pip if you're running inside a virtualenv.
|
# package manager, or pip if you're running inside a virtualenv.
|
||||||
# - ansible (via yum, pip or source checkout)
|
# - ansible (via yum, pip or source checkout)
|
||||||
# - psycopg2 (via "yum install python-psycopg2")
|
# - psycopg2 (via "yum install python-psycopg2")
|
||||||
# - python-ldap (via "yum install python-ldap")
|
# - python-ldap (via "yum install python-ldap")
|
||||||
|
# - readline (for using the ipython interactive shell)
|
||||||
|
|||||||
@@ -39,10 +39,10 @@ logilab-common-0.60.0.tar.gz
|
|||||||
pylint-1.0.0.tar.gz
|
pylint-1.0.0.tar.gz
|
||||||
django-jenkins-0.14.1.tar.gz
|
django-jenkins-0.14.1.tar.gz
|
||||||
ipython-1.0.0.tar.gz
|
ipython-1.0.0.tar.gz
|
||||||
readline-6.2.4.1.tar.gz
|
|
||||||
|
|
||||||
# You may also need to install the following extra packages using the OS
|
# You may also need to install the following extra packages using the OS
|
||||||
# package manager, or pip if you're running inside a virtualenv.
|
# package manager, or pip if you're running inside a virtualenv.
|
||||||
# - ansible (via yum, pip or source checkout)
|
# - ansible (via yum, pip or source checkout)
|
||||||
# - psycopg2 (via "yum install python-psycopg2")
|
# - psycopg2 (via "yum install python-psycopg2")
|
||||||
# - python-ldap (via "yum install python-ldap")
|
# - python-ldap (via "yum install python-ldap")
|
||||||
|
# - readline-6.2.4.1.tar.gz (for the ipython shell)
|
||||||
|
|||||||
Reference in New Issue
Block a user