Skip to content

Remove deprecated modules since 4.3 (2016). - #1352

Merged
davidbrochart merged 1 commit into
ipython:mainfrom
Carreau:removal
Feb 28, 2025
Merged

Remove deprecated modules since 4.3 (2016).#1352
davidbrochart merged 1 commit into
ipython:mainfrom
Carreau:removal

Conversation

@Carreau

Copy link
Copy Markdown
Member

This is annoying as this makes downstream tests fail in IPython, while the culprit is ipyparallel.

Ipyparallel itself is tested, and main has been fixed, so we just get a false failure in IPython downstream tests.

It's also been deprecated for 10 years, now, so at least we can have that removed from main; so that we can see if downstream breaks.

This is annoying as this makes downstream tests fail in IPython,
while the culprit is ipyparallel.
Ipyparallel itself is tested, and main has been fixed, so we just get
a false failure in IPython downstream tests.
It's also been deprecated for 10 years, now, so at least we can have
that removed from main; so that we can see if downstream breaks.
@CarreauCarreau mentioned this pull request Feb 25, 2025

@krassowskikrassowski left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, if this break a lot of downstreams it is easy to revert as this just removed whole files.

Should we increase

Since we are removing some files which did not have test coverage?

@krassowski

Copy link
Copy Markdown
Member

Huh, it looks like coverage reporting is broken. I opened #1365, I guess this is good to merge then.

@davidbrochart
davidbrochart merged commit a0f8352 into ipython:mainFeb 28, 2025
ianthomas23 pushed a commit to ianthomas23/ipykernel that referenced this pull request Jul 14, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Carreau@krassowski@davidbrochart