AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
932 stars 329 forks source link

Remove rez.utils.py23 and cleanup more python 2.7 leftovers #1678

Closed wandth closed 5 months ago

wandth commented 5 months ago

Fixes #1646

  1. remove py23 module & move its test to test_util.py
  2. remove __nonzero__
codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 92.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 58.05%. Comparing base (153bd87) to head (9a21f64).

Files Patch % Lines
src/rez/package_cache.py 0.00% 0 Missing and 1 partial :warning:
src/rez/utils/memcached.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.