pyupio / dparse

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

Adjust Dependencies and drop Python 2.7 #43

Closed rafaelpivato closed 4 years ago

rafaelpivato commented 4 years ago

This will make some adjustments to requirements definition, dropping support for dead Python versions and making sure tests pass with newest requirements.

Freezing of requirements will be removed from tests so we can track possible issues with users running setup.py which contains not pinned version.

codecov[bot] commented 4 years ago

Codecov Report

Merging #43 into master will increase coverage by 28.99%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #43       +/-   ##
===========================================
+ Coverage   65.79%   94.78%   +28.99%     
===========================================
  Files          12       11        -1     
  Lines        1485      806      -679     
===========================================
- Hits          977      764      -213     
+ Misses        508       42      -466     
Impacted Files Coverage Δ
dparse/__init__.py 100.00% <100.00%> (ø)
dparse/parser.py 87.68% <100.00%> (-0.07%) :arrow_down:
dparse/updater.py 86.95% <100.00%> (ø)
tests/test_updater.py 100.00% <100.00%> (ø)
dparse/dependencies.py 90.58% <0.00%> (+0.34%) :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 e51c053...d441e13. Read the comment docs.