Skip to content

BUILD: Add setuptools bound to avoid PEP639 issues#5949

Merged
Samuelopez-ansys merged 2 commits into
mainfrom
chore/avoid-latest-setuptools-to-avoid-pep639
Mar 25, 2025
Merged

BUILD: Add setuptools bound to avoid PEP639 issues#5949
Samuelopez-ansys merged 2 commits into
mainfrom
chore/avoid-latest-setuptools-to-avoid-pep639

Conversation

@SMoraisAnsys

@SMoraisAnsys SMoraisAnsys commented Mar 25, 2025

Copy link
Copy Markdown
Collaborator

Description

Seems like the latest versions of setuptools are using PEP 639 which still induces bugs in our actions.
This is a temporary fix that should be reverted once ansys/actions@v9 is released.

Reference: https://github.com/pypa/setuptools/blob/main/NEWS.rst#v7700

Issue linked

None

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate tests (unit, integration, system).
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved by the PR if any.
  • I have agreed with the Contributor License Agreement (CLA).

@ansys-reviewer-bot

Copy link
Copy Markdown
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@github-actions github-actions Bot added the maintenance Package and maintenance related label Mar 25, 2025
@Samuelopez-ansys
Samuelopez-ansys enabled auto-merge (squash) March 25, 2025 08:25
@codecov

codecov Bot commented Mar 25, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.86%. Comparing base (f37f0eb) to head (6fff422).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5949      +/-   ##
==========================================
- Coverage   84.87%   84.86%   -0.01%     
==========================================
  Files         162      162              
  Lines       62548    62548              
==========================================
- Hits        53085    53081       -4     
- Misses       9463     9467       +4     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@MaxJPRey MaxJPRey left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM.

@Samuelopez-ansys
Samuelopez-ansys merged commit 9ba026c into main Mar 25, 2025
@Samuelopez-ansys
Samuelopez-ansys deleted the chore/avoid-latest-setuptools-to-avoid-pep639 branch March 25, 2025 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants