Skip to content
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

Remove legacy-editable option from setuptools builds #13059

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

jakelishman
Copy link
Member

Summary

We needed this back when setuptools first introduced the new editable installations, but at this point it should work more correctly without it; our non-CI configurations haven't included it for some time.

Details and comments

Let's just let CI run to ensure there's no further complications from this removal.

We needed this back when `setuptools` first introduced the new editable
installations, but at this point it should work more correctly without
it; our non-CI configurations haven't included it for some time.
@jakelishman jakelishman added type: qa Issues and PRs that relate to testing and code quality stable backport potential The bug might be minimal and/or import enough to be port to stable Changelog: None Do not include in changelog labels Aug 30, 2024
@jakelishman jakelishman requested a review from a team as a code owner August 30, 2024 12:54
@qiskit-bot
Copy link
Collaborator

One or more of the following people are relevant to this code:

  • @Qiskit/terra-core

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10633042117

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 18 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.008%) to 89.2%

Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/lex.rs 6 92.23%
crates/qasm2/src/parse.rs 12 97.15%
Totals Coverage Status
Change from base Build 10624750419: -0.008%
Covered Lines: 71646
Relevant Lines: 80321

💛 - Coveralls

@mtreinish mtreinish added this pull request to the merge queue Aug 30, 2024
Merged via the queue into Qiskit:main with commit 05a9b55 Aug 30, 2024
15 checks passed
mergify bot pushed a commit that referenced this pull request Aug 30, 2024
We needed this back when `setuptools` first introduced the new editable
installations, but at this point it should work more correctly without
it; our non-CI configurations haven't included it for some time.

(cherry picked from commit 05a9b55)
@jakelishman jakelishman deleted the no-legacy branch August 30, 2024 15:12
github-merge-queue bot pushed a commit that referenced this pull request Aug 30, 2024
We needed this back when `setuptools` first introduced the new editable
installations, but at this point it should work more correctly without
it; our non-CI configurations haven't included it for some time.

(cherry picked from commit 05a9b55)

Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog stable backport potential The bug might be minimal and/or import enough to be port to stable type: qa Issues and PRs that relate to testing and code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants