Skip to content

Commit

Permalink
Merge from 5.x: PR #21470
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Oct 31, 2023
2 parents ad6c6f1 + 150025e commit ec13a25
Show file tree
Hide file tree
Showing 32 changed files with 931 additions and 312 deletions.
6 changes: 6 additions & 0 deletions .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ if [ "$USE_CONDA" = "true" ]; then
# So, pinning it to 8.14 for now.
micromamba install ipython=8.14

# Install Pylint 3 to run our tests with it
micromamba install pylint=3 -q -y

else
# Update pip and setuptools
python -m pip install -U pip setuptools wheel build
Expand All @@ -46,6 +49,9 @@ else
# To check our manifest
pip install -q check-manifest

# Install Pylint 3 to run our tests with it
pip install -U pylint

# This allows the test suite to run more reliably on Linux
if [ "$OS" = "linux" ]; then
pip uninstall pyqt5 pyqt5-qt5 pyqt5-sip pyqtwebengine pyqtwebengine-qt5 -q -y
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- pickleshare >=0.4
- psutil >=5.3
- pygments >=2.0
- pylint >=2.5.0,<3.0
- pylint >=2.5.0,<3.1
- pylint-venv >=3.0.2
- pyls-spyder >=0.4.0
- pyqt <5.16
Expand Down
4 changes: 2 additions & 2 deletions external-deps/python-lsp-server/.gitrepo

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions external-deps/python-lsp-server/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion external-deps/python-lsp-server/CONFIGURATION.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions external-deps/python-lsp-server/docs/autoimport.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion external-deps/python-lsp-server/pylsp/_utils.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions external-deps/python-lsp-server/pylsp/config/config.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ec13a25

Please sign in to comment.