-
-
Notifications
You must be signed in to change notification settings - Fork 771
Refactor views #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor views #257
Conversation
I'm still seeing intermittent Python 3.5 failures due to dictionary ordering differences. https://travis-ci.org/simonw/datasette/jobs/378356802
To solve these cleanly I need to be able to run Python 3.5 on my local laptop rather than relying on Travis every time. |
I managed to get Python 3.5.0 running on my laptop using pyenv. Here's the incantation I used:
|
Unfortunately, running
|
readthedocs/readthedocs.org#3812 (comment) suggests Python 3.5.2 may have the fix. Yup, that worked:
This is now giving me the same test failure locally that I am seeing in Travis. |
Running specific tests:
|
app.py
Refs #256