pyupio / dparse

A parser for Python dependency files
MIT License
61 stars 23 forks source link

Make pytest-runner a conditional requirement in setup.py (Fixes #16) #17

Closed schamp closed 6 years ago

schamp commented 6 years ago

Per: https://github.com/pytest-dev/pytest-runner#conditional-requirement

codecov[bot] commented 6 years ago

Codecov Report

Merging #17 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   99.84%   99.84%           
=======================================
  Files          11       11           
  Lines         662      662           
=======================================
  Hits          661      661           
  Misses          1        1

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 ec425c9...ebc7e3f. Read the comment docs.

jayfk commented 6 years ago

👍