biolab / orange-canvas-core

Orange Canvas core workflow editor
GNU General Public License v3.0
33 stars 60 forks source link

Remove use of distutils #278

Closed ales-erjavec closed 1 year ago

ales-erjavec commented 1 year ago

Issue

Distutils stdlib is deprecated

Changes

Remove import and use of distutils

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.01 :warning:

Comparison is base (1904a20) 75.30% compared to head (286d83e) 75.30%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #278 +/- ## ========================================== - Coverage 75.30% 75.30% -0.01% ========================================== Files 99 99 Lines 20953 20951 -2 ========================================== - Hits 15779 15777 -2 Misses 5174 5174 ``` | [Impacted Files](https://app.codecov.io/gh/biolab/orange-canvas-core/pull/278?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab) | Coverage Δ | | |---|---|---| | [orangecanvas/config.py](https://app.codecov.io/gh/biolab/orange-canvas-core/pull/278?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY2FudmFzL2NvbmZpZy5weQ==) | `68.47% <0.00%> (-0.18%)` | :arrow_down: | | [orangecanvas/utils/pkgmeta.py](https://app.codecov.io/gh/biolab/orange-canvas-core/pull/278?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY2FudmFzL3V0aWxzL3BrZ21ldGEucHk=) | `47.69% <100.00%> (-0.80%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.