-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix tox docs by setting setuptools > 77 and adding contributors aliases #10308
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10308 +/- ##
=======================================
Coverage 95.89% 95.89%
=======================================
Files 175 175
Lines 19082 19082
=======================================
Hits 18299 18299
Misses 783 783 🚀 New features to boost your workflow:
|
fbde7e8
to
e376d47
Compare
This comment has been minimized.
This comment has been minimized.
94f4842
to
b087cbc
Compare
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit b087cbc |
b087cbc
to
0c2740e
Compare
Sorry for bothering you with a review request @cdce8p this was not about setuptools metadata after all, just had to upgrade the version. |
Not a problem. I did see the PR but haven't had time to respond yesterday. |
Yeah probably, I'll check astroid, thank you :) |
The backport to
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/3.3.x maintenance/3.3.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/3.3.x
# Create a new branch
git switch --create backport-10308-to-maintenance/3.3.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 cdefbee378cd4cb54729fc7d2efc352aab319a09
# Push it to GitHub
git push --set-upstream origin backport-10308-to-maintenance/3.3.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/3.3.x Then, create a pull request where the |
The error was the following:
We choose the text metadata so we don't have to worry about little discrepancies in the License text and we can remove the license.
Type of Changes
Description
Refs #9475Follow-up to #10292