Skip to content

Upgrade astroid to 2.15.2 #8530

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

Conversation

Pierre-Sassoulas
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas commented Apr 3, 2023

Required for #8432

@Pierre-Sassoulas Pierre-Sassoulas added Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry backport maintenance/3.3.x labels Apr 3, 2023
@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.17.2 milestone Apr 3, 2023
@Pierre-Sassoulas Pierre-Sassoulas enabled auto-merge (squash) April 3, 2023 10:28
@codecov
Copy link

codecov bot commented Apr 3, 2023

Codecov Report

Merging #8530 (4ed4ac0) into main (0ec3c7f) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #8530   +/-   ##
=======================================
  Coverage   95.90%   95.90%           
=======================================
  Files         174      174           
  Lines       18365    18365           
=======================================
  Hits        17613    17613           
  Misses        752      752           

@Pierre-Sassoulas Pierre-Sassoulas merged commit 08742db into pylint-dev:main Apr 3, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2023

The backport to maintenance/2.17.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-maintenance/2.17.x maintenance/2.17.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/2.17.x
# Create a new branch
git switch --create backport-8530-to-maintenance/2.17.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 08742dbea32edc54aa27dbcbaecdf3532a8e15ae
# Push it to GitHub
git push --set-upstream origin backport-8530-to-maintenance/2.17.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/2.17.x

Then, create a pull request where the base branch is maintenance/2.17.x and the compare/head branch is backport-8530-to-maintenance/2.17.x.

@Pierre-Sassoulas Pierre-Sassoulas deleted the upgrade-astroid-to-2.15.2 branch April 3, 2023 11:13
Pierre-Sassoulas added a commit to Pierre-Sassoulas/pylint that referenced this pull request Apr 3, 2023
Pierre-Sassoulas added a commit to Pierre-Sassoulas/pylint that referenced this pull request Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backported Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants