Skip to content

Update how PL is installed#7005

Merged
albi3ro merged 1 commit intomasterfrom
sc-85195-uv-build-failures
Feb 25, 2025
Merged

Update how PL is installed#7005
albi3ro merged 1 commit intomasterfrom
sc-85195-uv-build-failures

Conversation

@rashidnhm
Copy link
Copy Markdown
Contributor

Context:
setuptools has had a release recently that normalizes package names:

References:

Description of the Change:
Due setuptools 75.8.0 and 75.8.1 outputting completely different package names, we cannot support both, so CI now "pins" to >=75.8.1.

Benefits:
Fix CI failures.

Possible Drawbacks:
We may need to update docs.

This is also another situation where moving away from setup.py to pyproject would yield benefits. As then you can specify the minimum setuptools version as part of the build-backend configuration.

Related GitHub Issues:
None. sc-85195

@github-actions
Copy link
Copy Markdown
Contributor

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

Copy link
Copy Markdown
Contributor

@PietropaoloFrisoni PietropaoloFrisoni left a comment

Choose a reason for hiding this comment

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

Thank you @rashidnhm ! 🚀

Copy link
Copy Markdown
Contributor

@JerryChen97 JerryChen97 left a comment

Choose a reason for hiding this comment

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

Thanks a lot for saving the CI! Fingers Crossed

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.59%. Comparing base (4a5d44f) to head (f74dd73).
Report is 343 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7005   +/-   ##
=======================================
  Coverage   99.59%   99.59%           
=======================================
  Files         483      483           
  Lines       46066    46066           
=======================================
  Hits        45881    45881           
  Misses        185      185           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@albi3ro albi3ro merged commit af65460 into master Feb 25, 2025
@albi3ro albi3ro deleted the sc-85195-uv-build-failures branch February 25, 2025 17:32
JerryChen97 added a commit that referenced this pull request Feb 25, 2025
**Context:**
Same as #7005, but for gpu
test yml file

**Description of the Change:**

**Benefits:**

**Possible Drawbacks:**

**Related GitHub Issues:**

---------

Co-authored-by: Rashid N H M <95639609+rashidnhm@users.noreply.github.com>
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.

4 participants