-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove python-future compatibility code #23
Conversation
Use isinstance(x, bytes) and x.decode("utf-8")
a548dfa
to
24fb0d1
Compare
Following the release of OMERO.py 5.19.0 (thanks @pwalczysko), the last commits update this PR to also test |
The docker file has been removed. This could be updated. This has been done is other repository e.g. openmicroscopy |
I don't mind either way but unlike |
i am certainly not using it. If anyone using it for testing purpose, we can upgrade otherwise I won't bother |
I assume the last usage was via .travis.yml. |
In that case, let's remove it. |
Is this in scope for the upcoming OMERO 5.6.11 release? |
See ome/omero-py#390 for the rationale
The list of changes should be identical i.e.:
future
orpast
import are replaced by Python 3 callsbuiltins
imports are removed