python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.75k stars 186 forks source link

Update rope to 1.11.0 for multi-threading capabilities #498

Closed tkrabel closed 6 months ago

tkrabel commented 6 months ago

Fixes https://github.com/python-lsp/python-lsp-server/issues/474

rope==1.11.0 now supports autoimport being called by multiple threads.

When updating rope, we can add back a unit test that failed due to thread issues. Also, we simplify workspace.py