-
Notifications
You must be signed in to change notification settings - Fork 403
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
Drop Python 2 altogether #796
Comments
Maybe we should keep the installation scripts for stretch as it is. For buster the mopidy3 script could be merged to default.sh first |
There seems to be an issue with mopidy-iris 3.43, which we currently have to use, because it’s the last python 2 version. See #759. So we should fix this better sooner than later. |
I think it may be better to not change anything on stretch, existing installations probably work and for new installations buster should be used anyway. |
All Python 2 dependencies have been removed from buster on develop. |
Some code was still Python 2 and some dependencies already dropped Python 2 support, which was causing issues, e.g. #783, #784.
To address this Python 2 should be removed altogether.
On develop this has already been done for many parts of the code base. Currently Python2 packages are still installed.
For master a PR #795 was also opened.
For remaining tasks on develop PR #801 was opened.
This ticket should collect all necessary tasks left.
force all services to use Python3 with prefixnot necessary, we use shebang for python3 in py scriptspython3
(master & develop)this is not done by flake8flake8 checks this now), master & developstretch &buster installation scripts (master &develop) Remove python 2 package installation from buster #849master
anddevelop
Harmonize servicectl config files #848The text was updated successfully, but these errors were encountered: