summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2018-04-21 13:07:59 +0200
committerStevan Radakovic <stevan.radakovic@linaro.org>2018-04-21 13:07:59 +0200
commit9e1e12d36002e7151cec8852df04f26d001c45f8 (patch)
treeb96f4ddeb58ecaed15c1aed6db4360f0b83ce4d9
parent02cffd43e4b34fa05c23a5937ac07dcf279f2864 (diff)
Remove twisted package
-rw-r--r--unit-tests/lava/server-release-unit-tests.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/unit-tests/lava/server-release-unit-tests.yaml b/unit-tests/lava/server-release-unit-tests.yaml
index eb9d81b..8dc1379 100644
--- a/unit-tests/lava/server-release-unit-tests.yaml
+++ b/unit-tests/lava/server-release-unit-tests.yaml
@@ -24,12 +24,12 @@ install:
run:
steps:
- apt-get update -q
- - DEBIAN_FRONTEND=noninteractive lava-test-case install-base --shell apt-get -q -y install -o Dpkg::Options::="--force-confold" git pep8 lava-tool python-psycopg2 postgresql-9.6 postgresql-client-9.6 python-dateutil python-django python-django-tables2 python-twisted python-django-auth-ldap python-django-restricted-resource python-pygments python-simplejson python-twisted django-testscenarios python-mocker python-markdown python-markupsafe python-netifaces node-uglify
+ - DEBIAN_FRONTEND=noninteractive lava-test-case install-base --shell apt-get -q -y install -o Dpkg::Options::="--force-confold" git pep8 lava-tool python-psycopg2 postgresql-9.6 postgresql-client-9.6 python-dateutil python-django python-django-tables2 python-twisted python-django-auth-ldap python-django-restricted-resource python-pygments python-simplejson django-testscenarios python-mocker python-markdown python-markupsafe python-netifaces node-uglify
# fix up the hosts file before installing apache
- echo 127.0.0.1 localhost `hostname` >> /etc/hosts
- - lava-test-case uwsgi --shell apt -y install apache2 libapache2-mod-wsgi libapache2-mod-uwsgi
+ - lava-test-case uwsgi --shell apt-get -y install -o Dpkg::Options::="--force-confold" apache2 libapache2-mod-wsgi libapache2-mod-uwsgi
# devscripts needs to be installed without recommended packages.
- - lava-test-case devscripts --shell apt --no-install-recommends -y install devscripts
+ - lava-test-case devscripts --shell apt-get --no-install-recommends -y install -o Dpkg::Options::="--force-confold" devscripts
- DEBIAN_FRONTEND=noninteractive apt-get -y install -o Dpkg::Options::="--force-confold" lava-dispatcher lava-server
- cd lava-server
- git checkout release