-
Notifications
You must be signed in to change notification settings - Fork 160
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
Python 3 migration #1108
Comments
Someone suggested:
|
Turns out we don't think we need the |
Full test suite including demos now passes. |
Demos appear to be py3 compatible now. Not sure if it's "best practise", but it's no worse than previously. |
Proposed upgrade path text:
|
Should we mention dict iteration in parallel? |
We finally have a green jenkins build: https://jenkins.ese.ic.ac.uk:1080/blue/organizations/jenkins/firedrakeproject%2Ffiredrake/detail/python3/46/pipeline/ |
One of the things to think about is how to ensure uses aren't running an out-of-date |
I would rather not. Too much magic. |
Is it more magic than what we currently do for firedrake-update? |
No, but its utility is much smaller, it won't help with the current problem, and makes testing new install scripts harder. |
OK. |
Done in #1114. |
TODO
SetNot doing this, instead have fixed pytest.PYTHONHASHSEED=0
for python < 3.6The text was updated successfully, but these errors were encountered: