svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 326 forks source link

Fix installation of module 'future' in Python 3 #168

Closed svanoort closed 8 years ago

svanoort commented 8 years ago

Can't go in main dependencies because it breaks python 2.6 due to inclusion of argsparse sigh.

Maintaining dual 2/3 support is ugly.

Nasty hack options:

svanoort commented 8 years ago

It appears to work now, when installed from PyPI main (manually tested by 'pip install pyresttest' on python:3.4, 3.5 docker images).