IRC-SPHERE / HyperStream

HyperStream
https://irc-sphere.github.io/HyperStream/
MIT License
13 stars 5 forks source link

python3 support #2

Closed tdiethe closed 7 years ago

tdiethe commented 7 years ago

Began work on python3 compatibility (see the python3 branch). This requires extensive testing.

tdiethe commented 7 years ago

Update to this: I've ported most of the changes from the python3 branch across to the api_dev branch. The nose tests now all pass in python 3, but there are warnings triggered by tools not loading correctly.

tdiethe commented 7 years ago

Same warnings being triggered, and now the test_data_generators is failing. This is due to the fact that the random seeds work differently between py2 and py3, so we need separate sequences to compare against for each.

tdiethe commented 7 years ago

Travis build now passing for python 3.6. I'm closing this for now - we can reopen if new issues surface at a later date.