Skip to content

Remove dependencies on six and some old python 2 stuff.

Abhilash Raj requested to merge maxking/mailmanclient:py3-improvements into master
  • Remove six and future import, reminiscent of Python2.
  • Remove unicode since unicode() function doesn't exist in Python3.
  • Remove un-necessary dependency on WebTest and other compatibility with Py3.
  • Move list of test dependencies to setup.py from tox.ini
Edited by Abhilash Raj

Merge request reports