Closed distortedsignal closed 5 years ago
Merging #32 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #32 +/- ##
=======================================
Coverage 91.49% 91.49%
=======================================
Files 2 2
Lines 341 341
=======================================
Hits 312 312
Misses 29 29
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 634c2a4...c0c9fc4. Read the comment docs.
Prior to this PR, the "latest python, old dependencies" build was failing because lxml was being difficult (see here for example). This PR introduces a new DEPS_VERSION named "AFTER38" which should be the oldest dependencies available... when a user updates their system to Python 3.8. Was this wholly unnecessary? Probably. Am I glad that I did it? Yes.
Signed-off-by: Thomas Kelley distortedsignal@gmail.com