Skip to content

Commit

Permalink
Merge pull request #1057 from chris34/pin-kombu
Browse files Browse the repository at this point in the history
Pin kombu, otherwise tests fail
  • Loading branch information
v-gar committed Apr 13, 2019
2 parents dfec4ce + 9ad8265 commit 7d44820
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ pipeline {
then
virtualenv ${venv_path}
${activate_venv}
pip install unittest-xml-reporting
pip install -r extra/requirements/development.txt
fi
"""
Expand Down
1 change: 1 addition & 0 deletions extra/requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions extra/requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d44820

Please sign in to comment.