[PATCH 0/7] Various fixes
Daniel Axtens
dja at axtens.net
Thu Jan 25 13:43:10 AEDT 2018
This series:
- fixes a few bugs:
- pagination from github
- misspelling of sys in pwclient picked up by pep8
- tag issue from github
- enables more testing
- pep8 and Python3.6 in travis
- Python3.6 in docker
- fixes some python3.6 depreciation warnings
They're all reasonably trivial, so I'll apply them in the next few
days unless I hear otherwise.
Regards,
Daniel
Daniel Axtens (7):
pagination: Fix quirks
Fix sy -> sys in pwclient error path
tags: be a bit more permissive in what we render to a message
travis: run pep8/flake8 tests
travis: test Python 3.6
docker: add Python3.6 to image
Fix Python3.6 depreciation warnings
.travis.yml | 3 +-
patchwork/bin/pwclient | 2 +-
patchwork/models.py | 2 +-
patchwork/paginator.py | 6 +-
patchwork/tests/series/weird-ack.mbox | 203 ++++++++++++++++++++++++++++++++++
patchwork/tests/test_list.py | 2 +-
patchwork/tests/test_mail_settings.py | 6 +-
patchwork/tests/test_mboxviews.py | 28 +++++
patchwork/tests/test_paginator.py | 38 +++++++
patchwork/tests/test_parser.py | 6 +-
tools/docker/Dockerfile | 9 +-
tools/docker/xenial.list | 3 +
12 files changed, 291 insertions(+), 17 deletions(-)
create mode 100644 patchwork/tests/series/weird-ack.mbox
create mode 100644 tools/docker/xenial.list
--
2.14.1
More information about the Patchwork
mailing list