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 dependency on distutils module #7318

Merged
merged 4 commits into from
Jan 9, 2024

Conversation

Marishka17
Copy link
Contributor

Motivation and context

The distutils module is deprecated and will be removed from the standard library in Python 3.12.

How has this been tested?

Checklist

  • I submit my changes into the develop branch
  • I have created a changelog fragment
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • I have linked related issues (see GitHub docs)

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.

@Marishka17 Marishka17 requested review from zhiltsov-max and removed request for SpecLad and azhavoro January 4, 2024 12:13
utils/utils.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jan 9, 2024

Codecov Report

Merging #7318 (e496bb8) into develop (64d6d7a) will increase coverage by 0.02%.
The diff coverage is 95.23%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7318      +/-   ##
===========================================
+ Coverage    82.96%   82.99%   +0.02%     
===========================================
  Files          373      373              
  Lines        39601    39600       -1     
  Branches      3704     3704              
===========================================
+ Hits         32856    32866      +10     
+ Misses        6745     6734      -11     
Components Coverage Δ
cvat-ui 78.50% <ø> (+0.05%) ⬆️
cvat-server 87.10% <95.23%> (-0.01%) ⬇️

@Marishka17 Marishka17 merged commit 9b99f6a into develop Jan 9, 2024
34 checks passed
@Marishka17 Marishka17 deleted the mk/remove_deprecated_dependency branch January 9, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants