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

Update python pathlib to pathlib2 #1930

Merged
merged 2 commits into from
Nov 20, 2019
Merged

Conversation

objectiser
Copy link
Contributor

@objectiser objectiser commented Nov 18, 2019

Switch to pathlib2, which is an actively maintained version.

Signed-off-by: Gary Brown gary@brownuk.com

Which problem is this PR solving?

Pathlib is a very old python lib, which has a more actively maintained backward compatible version called pathlib2.

Short description of the changes

Install pathlib2 within the rollover Dockerfile, and update the import in the rollover script.

Has been tested locally by running the rollover init command.

…sion

Signed-off-by: Gary Brown <gary@brownuk.com>
@codecov
Copy link

codecov bot commented Nov 18, 2019

Codecov Report

Merging #1930 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1930      +/-   ##
==========================================
+ Coverage   98.44%   98.46%   +0.02%     
==========================================
  Files         198      198              
  Lines        9744     9744              
==========================================
+ Hits         9592     9594       +2     
+ Misses        116      114       -2     
  Partials       36       36
Impacted Files Coverage Δ
...lugin/sampling/strategystore/adaptive/processor.go 100% <0%> (+0.79%) ⬆️

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 b467041...a134bd8. Read the comment docs.

@pavolloffay pavolloffay changed the title Update python pathlib to pathlib2 which is an actively maintained ver… Update python pathlib to pathlib2 which is an actively maintained Nov 20, 2019
@jpkrohling jpkrohling changed the title Update python pathlib to pathlib2 which is an actively maintained Update python pathlib to pathlib2 Nov 20, 2019
@jpkrohling jpkrohling merged commit 115f931 into jaegertracing:master Nov 20, 2019
@pavolloffay pavolloffay added this to the Release 1.16 milestone Dec 17, 2019
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.

4 participants