Skip to content

Commit

Permalink
Merge pull request #21417 from ccordoba12/issue-21377
Browse files Browse the repository at this point in the history
PR: Fix calling the `%debug` magic after an error (IPython console)
  • Loading branch information
ccordoba12 authored Oct 11, 2023
2 parents 0fea570 + 5dab5ae commit 090b1f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ if [ "$USE_CONDA" = "true" ]; then
# Remove pylsp before installing its subrepo below
micromamba remove --force python-lsp-server python-lsp-server-base -y

# IPython 8.15 broke the %debug magic, which is used in some of our tests.
# So, pinning it to 8.14 for now.
micromamba install ipython=8.14

else
# Update pip and setuptools
python -m pip install -U pip setuptools wheel build
Expand All @@ -52,10 +48,6 @@ else
pip install pyqt5==5.12.* pyqtwebengine==5.12.*
fi

# IPython 8.15 broke the %debug magic, which is used in some of our tests.
# So, pinning it to 8.14 for now.
pip install ipython==8.14.0

fi

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

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.

0 comments on commit 090b1f7

Please sign in to comment.