diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile index 146eb0298..19ace0c27 100644 --- a/.jenkins/Jenkinsfile +++ b/.jenkins/Jenkinsfile @@ -59,7 +59,6 @@ pipeline { then virtualenv ${venv_path} ${activate_venv} - pip install unittest-xml-reporting pip install -r extra/requirements/development.txt fi """ diff --git a/extra/requirements/development.txt b/extra/requirements/development.txt index d65282f6a..cfb859fa3 100644 --- a/extra/requirements/development.txt +++ b/extra/requirements/development.txt @@ -14,3 +14,4 @@ responses==0.8.1 selenium==3.6.0 sphinx-rtd-theme==0.2.4 Sphinx==1.6.5 +unittest-xml-reporting==2.3.2 diff --git a/extra/requirements/production.txt b/extra/requirements/production.txt index 3057d6a81..c1d1adfbc 100644 --- a/extra/requirements/production.txt +++ b/extra/requirements/production.txt @@ -16,6 +16,7 @@ gunicorn==19.7.1 html5lib==1.0b8 icalendar==4.0.0 Jinja2==2.10 +kombu==4.3.0 lxml==4.1.1 MarkupSafe==1.0 Pillow==4.3.0