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 support of python 2.6 #4325

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiangce
Copy link
Contributor

@xiangce xiangce commented Jan 3, 2025

Jira: RHINENG-12167

  • this change should not be applied to the "rhel_6" branch
  • only explicit support of py26 is removed
  • remove unused files/modules, e.g.
    .collections.py, Jenkinsfile, shippable.yml
    insights/contrib/ElementPath/Tree.py
    insights/contrib/importlib.py

All Pull Requests:

Check all that apply:

  • Have you followed the guidelines in our Contributing document, including the instructions about commit messages?
  • No Sensitive Data in this change?
  • Is this PR to correct an issue?
  • Is this PR an enhancement?

Complete Description of Additions/Changes:

Add your description here

@codecov-commenter
Copy link

codecov-commenter commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.01%. Comparing base (340d7a6) to head (8042219).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4325      +/-   ##
==========================================
+ Coverage   76.99%   77.01%   +0.01%     
==========================================
  Files         735      735              
  Lines       41311    41298      -13     
  Branches     8773     8771       -2     
==========================================
- Hits        31809    31807       -2     
+ Misses       8438     8430       -8     
+ Partials     1064     1061       -3     
Flag Coverage Δ
unittests 77.00% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xiangce xiangce force-pushed the remove_py26 branch 2 times, most recently from 408d3fa to b1b61c7 Compare January 6, 2025 03:51
@xiangce xiangce marked this pull request as ready for review January 7, 2025 01:08
@xiangce xiangce marked this pull request as draft January 7, 2025 01:20
Jira: RHINENG-12167

- this change should not be applied to the "rhel_6" branch
- only explicit support of py26 is removed
- remove unused files/modules, e.g.
  .collections.py, Jenkinsfile, shippable.yml
  insights/contrib/ElementPath/Tree.py
  insights/contrib/importlib.py

Signed-off-by: Xiangce Liu <[email protected]>
@xiangce xiangce requested review from Glutexo and JoySnow January 9, 2025 10:28
@xiangce xiangce marked this pull request as ready for review January 9, 2025 10:28
@xiangce
Copy link
Contributor Author

xiangce commented Jan 9, 2025

Hi @m-horky, @Glutexo and @JoySnow - This PR is trying to remove all Py26 relevant code from the master branch (hence the 3.0 branch). Please take a look whenever free, for any missed Py26 code slices, please let me know. Thanks in advance.

PS. the 3.0 branch leads to rhel7/8/9/10 eggs for now, individual branch for each of RHEL will be created when it's required.

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