mozilla-mobile / prox-server

[INACTIVE] Server & data scripts for the Prox client.
https://github.com/mozilla-mobile/prox/
Mozilla Public License 2.0
5 stars 5 forks source link

Closes #85: convert to python 3. #107

Closed mcomella closed 7 years ago

mcomella commented 7 years ago

From closing commit description:

To verify this conversion correct, I've run:
- pytest
- python -m scripts.crawl_base

This is the main code we're using on the server at this point - I figure we can
clean up anything else on the server as we get to it.

Developers will need to create a new virtual env for python3 and maybe destroy
their current virtualenvs - running `pytest` will crash, and I think it's
because there are two conflicting virtualenvs and `pytest tests` must be run
instead.