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

Refactor remove legacy code support #67

Merged
merged 5 commits into from
Dec 9, 2021

Conversation

pnuu
Copy link
Member

@pnuu pnuu commented Dec 8, 2021

There were still some remainders of Python 2.7 support. This PR removes them.

@pnuu pnuu self-assigned this Dec 8, 2021
@codecov
Copy link

codecov bot commented Dec 8, 2021

Codecov Report

Merging #67 (2c9854f) into main (8d1fe8f) will increase coverage by 0.11%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
+ Coverage   46.49%   46.61%   +0.11%     
==========================================
  Files          15       15              
  Lines        2540     2525      -15     
==========================================
- Hits         1181     1177       -4     
+ Misses       1359     1348      -11     
Impacted Files Coverage Δ
trollsched/satpass.py 63.22% <50.00%> (+0.40%) ⬆️
trollsched/schedule.py 15.16% <50.00%> (+0.07%) ⬆️
trollsched/tests/test_schedule.py 96.73% <100.00%> (+1.50%) ⬆️
trollsched/utils.py 14.81% <100.00%> (-0.67%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d1fe8f...2c9854f. Read the comment docs.

@pnuu pnuu merged commit 2e2b7eb into pytroll:main Dec 9, 2021
@pnuu pnuu deleted the refactor-remove-legacy-support branch December 9, 2021 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove remnants of Python 2 support
2 participants