vericast / conda-mirror

Mirror upstream conda channels
BSD 3-Clause "New" or "Revised" License
72 stars 60 forks source link

Add concurrent package validation #48

Closed willirath closed 7 years ago

willirath commented 7 years ago

This is a cleaned-up version of #45.

codecov[bot] commented 7 years ago

Codecov Report

Merging #48 into master will increase coverage by 0.47%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   94.06%   94.53%   +0.47%     
==========================================
  Files           2        2              
  Lines         219      238      +19     
==========================================
+ Hits          206      225      +19     
  Misses         13       13
Impacted Files Coverage Δ
conda_mirror/conda_mirror.py 94.46% <100%> (+0.48%) :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 f352883...0084a07. Read the comment docs.

ericdill commented 7 years ago

works locally. Thanks @willirath ! Merging, tagging and deploying a new version to pypi/conda-forge

jhoblitt commented 7 years ago

Outstanding! :+1:

ericdill commented 7 years ago

should be able to pip install 0.7.0 which has the additional command line flag --num-threads that allows you to do concurrent package validation.

ericdill commented 7 years ago

conda package for 0.7.0 should be available in the next week or so.