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

DM-7148: Remove the python 2 era iterkeys, iteritems, itervalues methods #78

Merged
merged 1 commit into from Jun 17, 2022

Conversation

timj
Copy link
Member

@timj timj commented Jun 16, 2022

The keys, items, and values methods now return python 3 compliant values.

@codecov
Copy link

codecov bot commented Jun 16, 2022

Codecov Report

Merging #78 (daed64c) into main (013f543) will increase coverage by 0.22%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #78      +/-   ##
==========================================
+ Coverage   83.88%   84.10%   +0.22%     
==========================================
  Files          40       40              
  Lines        3009     3013       +4     
==========================================
+ Hits         2524     2534      +10     
+ Misses        485      479       -6     
Impacted Files Coverage Δ
python/lsst/pex/config/config.py 91.58% <100.00%> (+1.30%) ⬆️
tests/test_Config.py 95.46% <100.00%> (+0.14%) ⬆️

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 013f543...daed64c. Read the comment docs.

The keys, items, and values methods now return python 3 compliant
values.
@timj timj merged commit cc71245 into main Jun 17, 2022
@timj timj deleted the tickets/DM-7148 branch June 17, 2022 15:35
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.

None yet

2 participants