-
Notifications
You must be signed in to change notification settings - Fork 337
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 rez.utils.py23 and cleanup more python 2.7 leftovers #1678
Remove rez.utils.py23 and cleanup more python 2.7 leftovers #1678
Conversation
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.
Thanks again @wandth. I left two small comments. It should hopefully be the last comments.
(you can push new commits to this pull request instead of closing and opening new pull requests to address my comments).
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1678 +/- ##
==========================================
+ Coverage 58.03% 58.05% +0.01%
==========================================
Files 127 126 -1
Lines 17069 17035 -34
Branches 3496 3490 -6
==========================================
- Hits 9906 9889 -17
+ Misses 6496 6482 -14
+ Partials 667 664 -3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: wwn <1506514799@qq.com>
Signed-off-by: wwn <1506514799@qq.com>
Signed-off-by: wwn <1506514799@qq.com>
Signed-off-by: wwn <1506514799@qq.com>
Signed-off-by: wwn <1506514799@qq.com>
Signed-off-by: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com>
dc2c777
into
AcademySoftwareFoundation:main
…oftwareFoundation#1678) * remove rez.utils.py23 module * remove some more __nonzero__ methods --------- Signed-off-by: wwn <1506514799@qq.com>
Fixes #1646