Closed ctil closed 5 years ago
Merging #579 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #579 +/- ##
======================================
Coverage 96% 96%
======================================
Files 75 75
Lines 15582 15582
======================================
Hits 14959 14959
Misses 623 623
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 c1b816b...d7692c3. Read the comment docs.
Hi @ctil, thanks for posting this. Should've taken care of this months ago.
@PeterHamilton No problem. Thanks for the quick merge!
The enum34 package is not compatible with python 3.4+. By requiring enum-compat instead, this requirement will be a noop when installing the dependencies from a python 3.4+ environment.
Closes: #450