ReproNim / reproman

ReproMan (AKA NICEMAN, AKA ReproNim TRD3)
https://reproman.readthedocs.io
Other
24 stars 14 forks source link

MNT: Update collections.Mapping for new location #489

Closed kyleam closed 4 years ago

kyleam commented 4 years ago

As of Python 3.3, the ABCs in the collections module are available from collections.abc. They remain exposed in collections for compatibility reasons but are slated for removal (originally in Python 3.8, now in 3.9).

codecov[bot] commented 4 years ago

Codecov Report

Merging #489 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #489      +/-   ##
==========================================
+ Coverage   89.64%   89.64%   +<.01%     
==========================================
  Files         148      148              
  Lines       12182    12184       +2     
==========================================
+ Hits        10920    10922       +2     
  Misses       1262     1262
Impacted Files Coverage Δ
reproman/utils.py 86.86% <100%> (+0.02%) :arrow_up:
reproman/interface/run.py 100% <100%> (ø) :arrow_up:

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 a5da59d...66cdbde. Read the comment docs.