aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

Adding missing optional dev dependencies #95

Closed giovannipizzi closed 4 years ago

giovannipizzi commented 4 years ago

They were listed in dev-requirements.txt with the correct version (and used by the tests) but they were missing in setup.py. They were pytest-benchmark and coverage.

codecov[bot] commented 4 years ago

Codecov Report

Merging #95 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #95   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines         1199      1199           
=========================================
  Hits          1199      1199           

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 c718ffd...690ac34. Read the comment docs.

giovannipizzi commented 4 years ago

Yes, I put them in alphabetical order now