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 usage of unittest2, use unittest from the standard library #249

Merged
merged 1 commit into from Mar 31, 2020

Commits on Feb 25, 2020

  1. Remove usage of unittest2, use unittest from the standard library

    Fixes redhat-performance#241
    
    Fedora is removing the unittest2 package: https://bugzilla.redhat.com/show_bug.cgi?id=1794222
    
    tuned is not targeting Python 2.6: redhat-performance#241 (comment)
    
    One thing not present in Python 2.7 is assertItemsEqual() -- renamed to assertCountEqual().
    
    Related, mock was also listed as a requirement in the spec file,
    but all the imports are from unittest.mock, hence removed.
    hroncok committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    2399aa3 View commit details
    Browse the repository at this point in the history