Skip to content

Remove [all] extra from ipython to prevent old versions of dependencies from being installed #5072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 10, 2025

Conversation

emilykl
Copy link
Contributor

@emilykl emilykl commented Mar 7, 2025

Closes #5071

Some of the extras installed by ipython[all] seem to have been causing the resolver to install old dependency versions in the CI.

After removing [all] from ipython, the tests still pass and pytest==8.3.5 (the latest) is installed in all CI jobs.

@emilykl emilykl requested a review from marthacryan March 7, 2025 20:37
@emilykl emilykl requested a review from gvwilson March 10, 2025 18:31
@emilykl emilykl merged commit e3f8c1a into main Mar 10, 2025
5 checks passed
@emilykl emilykl deleted the update-test-requirements-optional branch March 12, 2025 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest version of requirements not being installed in CI
3 participants