-
Notifications
You must be signed in to change notification settings - Fork 1k
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 cached_property backport #6398
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Josha91 - it seems #6392 reintroduced some cached_property calls on the main branch. Can you please replace those as well? cc: @NoureldinYosri |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6398 +/- ##
=======================================
Coverage 97.80% 97.81%
=======================================
Files 1111 1111
Lines 97088 97078 -10
=======================================
- Hits 94961 94957 -4
+ Misses 2127 2121 -6 ☔ View full report in Codecov by Sentry. |
We require recent-enough Python which has `functools.cached_property`. Fixes quantumlib#6395
As described in this issue:
#6395
The backport is no longer necessary and is therefore removed.