https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/python-lsp-isort-0.2.0 fails tests. Discovered on: amd64 (internal ref: guru_ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 917693 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: E TypeError: pylsp_format_document() missing 1 required positional argument: 'document' E TypeError: pylsp_format_range() missing 1 required positional argument: 'range' ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any FAILED tests/test_plugin.py::test_pylsp_format_document - TypeError: pylsp_format_document() missing 1 required positional argument: 'document' FAILED tests/test_plugin.py::test_pylsp_format_range - TypeError: pylsp_format_range() missing 1 required positional argument: 'range' tests/test_plugin.py::test_pylsp_format_document FAILED [11/12] tests/test_plugin.py::test_pylsp_format_range FAILED [12/12]
The test failure has already been reported upstream. The unit tests haven't kept up with recent upstream code changes, so the test suite fails every time.