-
Notifications
You must be signed in to change notification settings - Fork 86
Python 3 support #17
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
Comments
Pabot will not support Python 3 before this is done invalid syntax (robotremoteserver.py, line 103) |
I have tried to implement Python3 support but 24 acceptance tests are failing with Python3 and I have not yet figured out why. With Python2.7 atests and utests goes with 100% success. Changes: |
Hi @molsky Only 3 failing atests left with python3, but all due to different unicode string display in comparison. BTW: Is the six dependency ok or better replace with custom definitions? |
At the same time also dropped support from Python < 2.6. Docs and setup.py needs to be updated before #17 can be considered done.
The code should now support Python 3. Acceptance tests run successfully with Python 3.3-3.6 both on Linux and Windows and also with PyPy 3 on Linux. Tasks still todo:
|
- Use setuptools when available. - Update classifiers. Includes Python 3 support (#17). - Add me as author instead of generic RF Developers.
This would be especially handy because Robot Framework itself doesn't yet support Python 3. Most likely we will target Python 3.3 or newer and will at the same time drop support from versions prior to Python/Jython 2.5.
The text was updated successfully, but these errors were encountered: