Skip to content

Commit

Permalink
Merge from 5.x: PR #20735
Browse files Browse the repository at this point in the history
Fixes #20381
  • Loading branch information
ccordoba12 committed Mar 29, 2023
2 parents 138dafb + 2592bc0 commit d613bca
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 37 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ if [ "$USE_CONDA" = "true" ]; then
# To check our manifest and coverage
micromamba install check-manifest -c conda-forge codecov -q -y

# Install PyZMQ 24 to avoid hangs
micromamba install -c conda-forge pyzmq=24
# To test with Jupyter-client 8
micromamba install jupyter_client=8.1
else
# Update pip and setuptools
python -m pip install -U pip setuptools wheel build
Expand All @@ -47,8 +47,8 @@ else
pip install pyqt5==5.12.* pyqtwebengine==5.12.*
fi

# Install PyZMQ 24 to avoid hangs
pip install pyzmq==24.0.1
# To test with Jupyter-client 8
pip install jupyter-client==8.1
fi

# Install subrepos from source
Expand Down
4 changes: 2 additions & 2 deletions external-deps/qtconsole/.gitrepo

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

8 changes: 8 additions & 0 deletions external-deps/qtconsole/docs/source/changelog.rst

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

28 changes: 6 additions & 22 deletions external-deps/qtconsole/qtconsole/client.py

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

8 changes: 6 additions & 2 deletions external-deps/qtconsole/qtconsole/frontend_widget.py

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

4 changes: 0 additions & 4 deletions external-deps/qtconsole/qtconsole/jupyter_widget.py

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

18 changes: 18 additions & 0 deletions external-deps/qtconsole/qtconsole/manager.py

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

6 changes: 4 additions & 2 deletions external-deps/qtconsole/qtconsole/qtconsoleapp.py

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

44 changes: 44 additions & 0 deletions external-deps/qtconsole/qtconsole/tests/test_00_console_widget.py

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

3 changes: 2 additions & 1 deletion external-deps/qtconsole/setup.py

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

0 comments on commit d613bca

Please sign in to comment.